-
Notifications
You must be signed in to change notification settings - Fork 4
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
Passport-saml breaks callback #154
Comments
@SafinWasi it looks like it may take "some" time to this issue be solved in passport-saml. Also, the issue you mentioned in passport-saml repo is only for |
Can confirm, this is happening with
|
Debugging to get more info, as the linked |
Found the issue and opened a new issue in It's an unreported breaking change (may also be seen as a bug) in
As |
Describe the bug
Passport-saml
version 3.2.1 has a bug where it cannot use single-line decryption private keys (node-saml/passport-saml#672). This breaks the callback at/inbound-saml/sp/callback
with aget_name:no start line
error, detailed below.v0.17.0
is what uses thispassport-saml
version.v0.16.0
, which usespassport-saml
version 3.2.0, does not have this bug.To Reproduce
Steps to reproduce the behavior:
inbound-saml
will throw an exceptionExpected behavior
inbound-saml
should decrypt the incoming SAML response properly.Actual behavior
inbound-saml
is unable to decrypt the SAML response with the one-line private key used bypassport-saml
because of the bug mentioned above, and throws an exceptionLogs/Output
Additional context
Until
passport-saml
fixes this bug,3.2.0
should be the version used.The text was updated successfully, but these errors were encountered: