We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! Thanks for the library!
In my testing, it appears as though this library requires a signature for either the SAML Response or its Assertion, but not both.
gosaml2/decode_response.go
Lines 272 to 304 in 8690358
Would you accept a PR to enable requiring both Response and assertion to be signed? Thanks
The text was updated successfully, but these errors were encountered:
You can check them outside of the library by using ResponseSignatureValidated and SignatureValidated on each assertion, respectively.
ResponseSignatureValidated
SignatureValidated
Sorry, something went wrong.
No branches or pull requests
Hello! Thanks for the library!
In my testing, it appears as though this library requires a signature for either the SAML Response or its Assertion, but not both.
gosaml2/decode_response.go
Lines 272 to 304 in 8690358
Would you accept a PR to enable requiring both Response and assertion to be signed? Thanks
The text was updated successfully, but these errors were encountered: