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 following valid data is being rejected:
<saml2:Subject> <saml2:NameID xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" Format="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" NameQualifier="https://samltest.id/saml/idp" SPNameQualifier="https://example.co/sso/saml2/223J5JXysUDoutRd1DHgmoYgVfk/metadata">KABUOZP2NMDOSU2L6ISHMEONVCFWVI2U</saml2:NameID> <saml2:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer"> <saml2:SubjectConfirmationData Address="81.102.133.168" InResponseTo="ONELOGIN_f08011d1c9d5cf2479c06d773709f124433f3541" NotOnOrAfter="2023-07-04T09:21:26.053Z" Recipient="https://example.com/sso/saml2/223J5JXysUDoutRd1DHgmoYgVfk/acs"/> </saml2:SubjectConfirmation> </saml2:Subject>
The issue seems to be that the library code only works with saml and not saml2, which is also allowed by the spec.
saml
saml2
The text was updated successfully, but these errors were encountered:
Seems to be an issue, even if saml2 is replaced with saml, actually.
Sorry, something went wrong.
@GrahamCampbell can you share what IdP are you using? What error do you get?
No branches or pull requests
The following valid data is being rejected:
The issue seems to be that the library code only works with
saml
and notsaml2
, which is also allowed by the spec.The text was updated successfully, but these errors were encountered: