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