russellhaering/gosaml2

IdentityProviderSSOBinding and buildAuthnRequest

konaraya opened this issue · 1 comments

There is a string member IdentityProviderSSOBinding in the SAMLServiceProvider struct, which doesn't seem to be used anywhere.
And in buildAuthnRequest there is no way to set ProtocolBinding to anything other than HTTP-POST. Was the IdentityProviderSSOBinding field expected to be used here?

PR: #70 for fixing this