Replies: 2 comments 5 replies
|
Did you check the signature at samltool.com? |
1 reply
|
These values at @feemia 's configuration could mean that @feemia is using SP's certificate as a value for
I.e. it sure looks based on naming that See: https://github.com/node-saml/passport-saml/blob/v4.0.4/README.md#core
|
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I use saml like this , and also saml Response
version "@node-saml/passport-saml": "^4.0.4",
but get error after click login
Error: Invalid signature
at SAML.validatePostResponseAsync (C:\Web\node_modules@node-saml\node-saml\lib\saml.js:522:27)
I've already try to use these config (wantAuthnResponseSigned: false,wantAssertionsSigned: false) but still no change
plz help me how can I solve this issue
All reactions