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 4460fb9 commit 5001eceCopy full SHA for 5001ece
src/onelogin/saml2/constants.py
@@ -100,7 +100,7 @@ class OneLogin_Saml2_Constants(object):
100
SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#sha384'
101
SHA512 = 'http://www.w3.org/2001/04/xmlenc#sha512'
102
103
- DSA_SHA1 = 'http://www.w3.org/2000/09/xmld/sig#dsa-sha1'
+ DSA_SHA1 = 'http://www.w3.org/2000/09/xmldsig#dsa-sha1'
104
RSA_SHA1 = 'http://www.w3.org/2000/09/xmldsig#rsa-sha1'
105
RSA_SHA256 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256'
106
RSA_SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha384'
0 commit comments