-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
[BUG] Assertions not in the request #48
Comments
The If you want requests to be signed, then this parameter is what you need to set: https://pysaml2.readthedocs.io/en/latest/howto/config.html#authn-requests-signed. Note that this is
|
Thanks for the info, added authn_requests_signed: True to the config dict and all seems to work fine. |
@mbocevski Does this means that the requests are not signed by default? |
Describe the bug
When activating either of:
ckanext.saml2auth.want_assertions_signed
ckanext.saml2auth.want_assertions_or_response_signed
The signature is not included in the request.
ckanext-saml2auth version affected
v1.1.1
Expected behaviour
Signature is expected to be applied to the request.
The text was updated successfully, but these errors were encountered: