-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
Sign AuthnRequest #504
Comments
In addition to the authnRequestsSigned flag, you will need to provide at the settings the SP private key and SP public cert. |
I provided the SP private key and Cert. Nothing happened. Check the request xml and no signature fields. I have to put the signature inside the request. |
AuthNRequest is sent using HTTP-Redirect binding, have you verified here is no Signature GET parameter? |
I have to send AuthnRequest with using HTTP-POST binding |
The toolkit does not support to send AuthNRequest via HTTP-POST, but you can extend the AuthNRequest class. Take a look at: #422 |
Hi All!
How can I config my SP to put a signature inside the AuthnRequest?
There is a setting called: authnRequestsSigned, but I can't make it do the job.
Thanks.
The text was updated successfully, but these errors were encountered: