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
The code
assertion, err := etreeutils.NSSelectOne(response, "urn:oasis:names:tc:SAML:2.0:assertion", "Assertion") if err != nil { return nil, false, fmt.Errorf("response does not contain an Assertion element") }
seems to leave assertion nil when when an element is not found instead of returning an error, causing a panic when it is later used.
I think the errors in #1757 were this panic
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The code
seems to leave assertion nil when when an element is not found instead of returning an error, causing a panic when it is later used.
I think the errors in #1757 were this panic
The text was updated successfully, but these errors were encountered: