RobotsAndPencils / go-saml

A just good enough SAML client library written in Go.
MIT License
132 stars 82 forks source link

GetAuthnRequestURL has new, undocumented parameter #10

Open mfitton opened 8 years ago

mfitton commented 8 years ago

It appears that there's a new variable in GetAuthnRequestURL called state which refers to the Relay State of the request. However, in the usage documentation in the README, the variable is not accounted for. I would add the usage myself, but I'm unsure of the purpose of the parameter.

antoni commented 7 years ago

I have added relevant information to README (see #29). That parameter depends on the actual service provider's logic.