gosaml icon indicating copy to clipboard operation
gosaml copied to clipboard

SAML client library written in Go (golang)

Results 3 gosaml issues
Sort by recently updated
recently updated
newest added

The "Generating Signed AuthnRequests" example gives me the following error: ``` exec: "xmlsec1": executable file not found in $PATH ```

Here's a new round of changes that make this work more nicely with Shibboleth servers. Highlights: - All methods now take a binding method that allows the binding type to...

Would be very helpful to improve the documentation a bit and provide at least one example of doing a POST request to sign in a user on a SAML login...