Skip to content
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

Incorrect digest algorithm - hardcoded to SHA256, signature cannot be verified #1481

Open
senchden opened this issue Dec 12, 2024 · 0 comments

Comments

@senchden
Copy link

Verified using version 2.9.0, but according to the source code is present in 2.10.0 too.
For all key lengths (SHA256, SHA384, SHA512) the digest algorithm is hardcoded to SHA256 - see ManagedRSASignatureDescription.
SAMLRequest signature for algorithms other than SHA256 thus fails to verify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants