imsweb / django-saml-sp

A Django application for running one or more SAML service providers (SP)
BSD 3-Clause "New" or "Revised" License
15 stars 10 forks source link

SHA1 algorithm deprecated in python 3.11. Changed cert signing algorithm to SHA3_256 #22

Closed cs4p closed 1 year ago

cs4p commented 1 year ago

After consultation with a colleague, I'm changing this to SHA2_256 which is more widely supported.