File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -1020,15 +1020,25 @@ signing_algorithm
10201020
10211021Default 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
10261031digest_algorithm
10271032"""""""""""""""""
10281033
10291034Default 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
10341044logout_responses_signed
You can’t perform that action at this time.
0 commit comments