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
Hi,
SPNameQualifier must match SP Entity ID in strict mode (default strict true). But in real world, SPNameQualifier is not always same than SP entity ID.
Is there a way to add a key/value in sp section in settings like following :
https://github.com/onelogin/python3-saml/blob/6b414775c3617f3711e8959fa849ed564ea6f585/src/onelogin/saml2/response.py#L475
sp_data = self.__settings.get_sp_data() sp_entity_id = sp_data.get('spNameQualifier', '')
The text was updated successfully, but these errors were encountered:
The SPNameQualifier can be provided with the spnq parameter on the logout method
Sorry, something went wrong.
Hi @pitbulk ,
Thanks for your answer but I am talking about SAML SSO process (login).
Right now there is no way to set SPNameQualifier on the AuthNRequest, if you need that you will need to extend the AuthNRequest class and customize: https://github.com/onelogin/python3-saml/blob/master/src/onelogin/saml2/authn_request.py#L80
No branches or pull requests
Hi,
SPNameQualifier must match SP Entity ID in strict mode (default strict true). But in real world, SPNameQualifier is not always same than SP entity ID.
Is there a way to add a key/value in sp section in settings like following :
https://github.com/onelogin/python3-saml/blob/6b414775c3617f3711e8959fa849ed564ea6f585/src/onelogin/saml2/response.py#L475
The text was updated successfully, but these errors were encountered: