-
Notifications
You must be signed in to change notification settings - Fork 475
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
How to add signature on AuthnRequest #83
Comments
It doesn't look like you provided a |
I'm usig the |
So... I found a way to add the signature inside the assertion. Is there any interest for a Pull Request regarding this? |
hi, I am also looking add signature to authn request rather than as query param. How did you solve it? |
Sorry, man. This was 4 years ago, impossible to remember |
Hello,
I'm trying to add signature on my AuthnRequest.
I've tried to add some configuration to SamlStrategy but nothing appens on AuthnRequest XML.
Do i need to use another module like XML-Crypto ? If yes, how??
This is the configuration for Strategy :
This how route the login request, but i don't know how to add signature on it
This is the SAML AuthnRequest xml :
The text was updated successfully, but these errors were encountered: