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

Deprecated signature algorithm SAML #3772

Closed
tchenevi opened this issue Apr 29, 2024 · 2 comments
Closed

Deprecated signature algorithm SAML #3772

tchenevi opened this issue Apr 29, 2024 · 2 comments

Comments

@tchenevi
Copy link

Hi,

I'm using allauth to login with SAML. The IDP I want to connect to is using an old signature algorithm and I get the error : Deprecated signature algorithm found: http://www.w3.org/2000/09/xmldsig#rsa-sha1

Is there a way to widen the range of accepted Signature algorithms in the settings file or elsewhere ?

Thanks !

@pennersr
Copy link
Owner

Can you try setting this?:

{"idp": {...},
 "advanced": {"reject_deprecated_algorithm": False, ...},

@tchenevi
Copy link
Author

It worked perfectly
Thanks !

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

No branches or pull requests

2 participants