Skip to content

Commit eeaf5e0

Browse files
committed
Update documentation
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent b811799 commit eeaf5e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/howto/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,15 +1020,15 @@ signing_algorithm
10201020

10211021
Default algorithm to be used. Example::
10221022

1023-
'signing_algorithm': saml2.xmldsig.SIG_RSA_SHA256,
1023+
'signing_algorithm': "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"
10241024

10251025

10261026
digest_algorithm
10271027
"""""""""""""""""
10281028

10291029
Default algorithm to be used. Example::
10301030

1031-
'digest_algorithm': saml2.xmldsig.DIGEST_SHA256,
1031+
'digest_algorithm': "http://www.w3.org/2001/04/xmlenc#sha512"
10321032

10331033

10341034
logout_responses_signed

0 commit comments

Comments
 (0)