saml icon indicating copy to clipboard operation
saml copied to clipboard

SAML library for go

Results 150 saml issues
Sort by recently updated
recently updated
newest added

`go get -v github.com/crewjam/saml/samlidp go: github.com/crewjam/saml/[email protected] requires github.com/crewjam/[email protected]: invalid version: unknown revision 000000000000` Cannot use the samlidp module in version v0.4.8 or v0.4.7 downgrading my version in go.mod to v0.4.6...

Hi @crewjam, This library is excellent. But I was wondering if this is being actively developed since the community -- including myself -- have opened quite a bit of PRs...

Fix for https://github.com/crewjam/saml/issues/468 : Responses may be valid XML documents with no root (e.g. only containing comments and/or whitespace). The `etree.Root()` function may return `nil` in this case, but the...

Currently, GetTrackedRequest will return the error message "http: named cookie not present" if a named cookie is not found. This isn't very descriptive as to what cookie was missing or...

In version `0.4.9` and `0.4.10`: Regression added via commit https://github.com/crewjam/saml/commit/aee3fb1edeeaf1088fcb458727e0fd863d277f8b : When I call `ParseXMLResponse(decodedResponseXML []byte, possibleRequestIDs []string)` with an empty document (`[]byte{}`), `doc.Root()` is `nil` but gets passed into...

Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.2 to 4.4.3. Release notes Sourced from github.com/golang-jwt/jwt/v4's releases. 4.4.3 What's Changed fix: link update for README.md for v4 by @​krokite in golang-jwt/jwt#217 Implement a BearerExtractor by...

dependencies

Hi ! There is a small error in schema.go at line 767 : `err := etreeutils.TransformExcC14n(el, canonicalizerPrefixList)` The `TransformExcC14n` requires 3 argument, but only 2 were given. When I set...

To print out any error messages (e.g. port already in use), rather than silently exiting.

Add support for the [SAML V2.0 Subject Identifier Attributes Profile Version 1.0](https://docs.oasis-open.org/security/saml-subject-id-attr/v1.0/cs01/saml-subject-id-attr-v1.0-cs01.html) which supersedes persistent `NameID`. Additionally, adds support for passing in a different `NameIDFormat`.