We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3814b0f commit 4bafe94Copy full SHA for 4bafe94
src/onelogin/saml2/constants.py
@@ -103,7 +103,7 @@ class OneLogin_Saml2_Constants(object):
103
SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#sha384'
104
SHA512 = 'http://www.w3.org/2001/04/xmlenc#sha512'
105
106
- DSA_SHA1 = 'http://www.w3.org/2000/09/xmld/sig#dsa-sha1'
+ DSA_SHA1 = 'http://www.w3.org/2000/09/xmldsig#dsa-sha1'
107
RSA_SHA1 = 'http://www.w3.org/2000/09/xmldsig#rsa-sha1'
108
RSA_SHA256 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256'
109
RSA_SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha384'
0 commit comments