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 c2b087d commit 1801488Copy full SHA for 1801488
1 file changed
src/onelogin/saml2/constants.py
@@ -91,7 +91,7 @@ class OneLogin_Saml2_Constants(object):
91
# Sign & Crypto
92
SHA1 = 'http://www.w3.org/2000/09/xmldsig#sha1'
93
SHA256 = 'http://www.w3.org/2001/04/xmlenc#sha256'
94
- SHA384 = 'http://www.w3.org/2001/04/xmlencsha384'
+ SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#sha384'
95
SHA512 = 'http://www.w3.org/2001/04/xmlenc#sha512'
96
97
DSA_SHA1 = 'http://www.w3.org/2000/09/xmld/sig#dsa-sha1'
0 commit comments