-
Notifications
You must be signed in to change notification settings - Fork 980
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
Upgrade passport saml to 5.x #8379
Comments
@aHenryJard This one can help I think: #8064. |
Yes I think that we need to do both at the same time. |
update: actually updating passport-saml to 5.0.0 is not enough, @nodesaml/nodesaml 5.0.0 is still not compatible with @xmldom/xmldom 0.9.+. Need to stick on 0.8.10 for now. |
Merged on 6.4 release branch for passport-saml 5, xmldom still must be done be can't in current version of passport-saml |
@aHenryJard So can we close the ticket? |
@nino-filigran it's on 6.4 release branch |
Description
Despite green CI upgrade to 0.9.2 is breaking at least SAML authentication. Some code changes are required for upgrade.
see b35c33c
Error message is
Passport saml is related see #8064
Environment
SAML Authentication at least.
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
Actual Output
Additional information
Screenshots (optional)
The text was updated successfully, but these errors were encountered: