Skip to content

Commit dc7be03

Browse files
committed
Better document signing_algorithm and digest_algorithm
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 3513e46 commit dc7be03

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Diff for: docs/howto/config.rst

+12-2
Original file line numberDiff line numberDiff line change
@@ -1020,15 +1020,25 @@ signing_algorithm
10201020

10211021
Default algorithm to be used. Example::
10221022

1023-
'signing_algorithm': "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"
1023+
"service": {
1024+
"sp": {
1025+
"signing_algorithm": "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512",
1026+
"digest_algorithm": "http://www.w3.org/2001/04/xmlenc#sha512",
1027+
}
1028+
}
10241029

10251030

10261031
digest_algorithm
10271032
"""""""""""""""""
10281033

10291034
Default algorithm to be used. Example::
10301035

1031-
'digest_algorithm': "http://www.w3.org/2001/04/xmlenc#sha512"
1036+
"service": {
1037+
"idp": {
1038+
"signing_algorithm": "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512",
1039+
"digest_algorithm": "http://www.w3.org/2001/04/xmlenc#sha512",
1040+
}
1041+
}
10321042

10331043

10341044
logout_responses_signed

0 commit comments

Comments
 (0)