File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -1020,15 +1020,25 @@ signing_algorithm
1020
1020
1021
1021
Default algorithm to be used. Example::
1022
1022
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
+ }
1024
1029
1025
1030
1026
1031
digest_algorithm
1027
1032
"""""""""""""""""
1028
1033
1029
1034
Default algorithm to be used. Example::
1030
1035
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
+ }
1032
1042
1033
1043
1034
1044
logout_responses_signed
You can’t perform that action at this time.
0 commit comments