SAML-Toolkits/python-saml

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

aralyekta opened this issue · 1 comments

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?

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