SAML-Toolkits / python-saml

Python SAML Toolkit
MIT License
660 stars 308 forks source link

Deprecated signature algorithm found: http://www.w3.org/2000/09/xmldsig#rsa-sha1 #307

Closed aralyekta closed 1 year ago

aralyekta commented 1 year ago

Hi, I'm new to using SAML with django and I was following the tutorial at https://developers.onelogin.com/saml/python. Last friday, I was able to set it up and login through onelogin to the demo django app. However, 4 days later, I started getting

invalid_response
Reason: Deprecated signature algorithm found: http://www.w3.org/2000/09/xmldsig#rsa-sha1

errors while trying to authenticate to onelogin from the same app. To check again, I set up another app from the same tutorial and I still get the same error. The webpage looks like below:

Screenshot 2023-06-20 at 12 38 17

What could be the reason?

aralyekta commented 1 year ago

Realized that I asked this in the wrong repository. Asked it in python3-saml instead.