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 b811799 commit eeaf5e0Copy full SHA for eeaf5e0
docs/howto/config.rst
@@ -1020,15 +1020,15 @@ signing_algorithm
1020
1021
Default algorithm to be used. Example::
1022
1023
- 'signing_algorithm': saml2.xmldsig.SIG_RSA_SHA256,
+ 'signing_algorithm': "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"
1024
1025
1026
digest_algorithm
1027
"""""""""""""""""
1028
1029
1030
1031
- 'digest_algorithm': saml2.xmldsig.DIGEST_SHA256,
+ 'digest_algorithm': "http://www.w3.org/2001/04/xmlenc#sha512"
1032
1033
1034
logout_responses_signed
0 commit comments