You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it seems that the Redirect binding authUrl does not have SigAlg and Signature parameters, even though setting SignAuthnRequests to true and SPKeyStore to my own Keystore.
@russellhaering Is this the intented way of using the library ? I thought that BuildAuthURL would have used something like this but it doesn't seem to be the case.
I'm using the latest gosaml2 and noticed that my identity provider (Keycloak) does not accept the signed AuthNRequest.
The reason is:
(e.g. https://idp/?SAMLRequest=...&RelayState=...&SigAlg=...&Signature=...)
But it seems that the Redirect binding authUrl does not have SigAlg and Signature parameters, even though setting SignAuthnRequests to true and SPKeyStore to my own Keystore.
reference: spring-projects/spring-security#7711
The text was updated successfully, but these errors were encountered: