-
Notifications
You must be signed in to change notification settings - Fork 470
fix: improve SAML signature validation for redirect binding #621
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
base: main
Are you sure you want to change the base?
Conversation
add support for sha1 & sha512 add tests use query sign in redirect implement review feedback - Return error if signature is unsupported - wrap errors Co-authored-by: Ieva <[email protected]> Co-authored-by: Orgad Shaneh <[email protected]>
- Removes the signature validation using SAMLResponse payload for HTTP-Redirect binding - Fix the Signature validation failures for ADFS because of decode/encode while reconstructing the sign data
Review please @crewjam @andreas-kupries @Jguer @omerkarj |
@crewjam - just wondering if you’ve had a chance to take a look at this PR. I'm happy to help with any changes needed to get it fixed and merged |
@crewjam - could you help to review this PR. |
any ETA on this ? |
@crewjam - could you help to review this? |
Hello @crewjam , it's been about two months with no response on this PR. Just checking in - wondering if the repo is still actively maintained? |
This resolves the merge conflicts in #449
In addition to the changes mentioned in the above PR, it also fixes the following
Tested single logout with Okta and Microsoft Entra ID(Azure AD)