summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/config.rst14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/howto/config.rst b/docs/howto/config.rst
index 0fa2401a..38eedbe6 100644
--- a/docs/howto/config.rst
+++ b/docs/howto/config.rst
@@ -1020,7 +1020,12 @@ signing_algorithm
Default algorithm to be used. Example::
- 'signing_algorithm': "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"
+ "service": {
+ "sp": {
+ "signing_algorithm": "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512",
+ "digest_algorithm": "http://www.w3.org/2001/04/xmlenc#sha512",
+ }
+ }
digest_algorithm
@@ -1028,7 +1033,12 @@ digest_algorithm
Default algorithm to be used. Example::
- 'digest_algorithm': "http://www.w3.org/2001/04/xmlenc#sha512"
+ "service": {
+ "idp": {
+ "signing_algorithm": "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512",
+ "digest_algorithm": "http://www.w3.org/2001/04/xmlenc#sha512",
+ }
+ }
logout_responses_signed