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
a PySAML2 SP seems to accept a SAML Response with a missing Destination attribute, like the following
<samlp:Response ID="_4768c2f4-a8f2-4666-b40f-59173e6149e5" InResponseTo="id-Id3opS53KGqQDLuJI" IssueInstant="2021-01-24T02:12:03Z" Version="2.0" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol">
The text was updated successfully, but these errors were encountered:
fix: Destination missing or unvalued. Fixes: IdentityPython#770
18fbd74
a50db00
If binding is HTTP-POST or REDIRECT Destination MUST be present and validated
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
a PySAML2 SP seems to accept a SAML Response with a missing Destination attribute, like the following
The text was updated successfully, but these errors were encountered: