summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2020-12-14 14:23:14 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2020-12-14 14:23:14 +0200
commitdc7be03999b90e9b9131ae1ffa84a8986c719d6b (patch)
tree0b54234aafb628857178e01210ed53d18e647e20
parent3513e46c7f78ad712dd83af52d5a28b55b652668 (diff)
downloadpysaml2-dc7be03999b90e9b9131ae1ffa84a8986c719d6b.tar.gz
Better document signing_algorithm and digest_algorithm
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-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