summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpeppelinux <giuseppe.demarco@unical.it>2020-11-07 14:43:29 +0100
committerIvan Kanakarakis <ivan.kanak@gmail.com>2020-11-24 17:46:06 +0200
commit80f94a997ca7e9f708cd8536460d7549d386f912 (patch)
tree1a83975be3b15cd768a6dc96122084688eef87c2 /docs
parent2f756bad04da7358449a78ae75804f08fb6d25e0 (diff)
downloadpysaml2-80f94a997ca7e9f708cd8536460d7549d386f912.tar.gz
Configurable signing and digest alg
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/config.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/howto/config.rst b/docs/howto/config.rst
index 88b0f6fa..3e0ec06d 100644
--- a/docs/howto/config.rst
+++ b/docs/howto/config.rst
@@ -247,6 +247,7 @@ The globally unique identifier of the entity.
.. note:: It is recommended that the entityid should point to a real
webpage where the metadata for the entity can be found.
+
key_file
^^^^^^^^
@@ -1013,6 +1014,23 @@ Example::
}
}
+
+signing_algorithm
+"""""""""""""""""
+
+Default algorithm to be used. Example::
+
+ 'signing_algorithm': saml2.xmldsig.SIG_RSA_SHA256,
+
+
+digest_algorithm
+"""""""""""""""""
+
+Default algorithm to be used. Example::
+
+ 'digest_algorithm': saml2.xmldsig.DIGEST_SHA256,
+
+
logout_responses_signed
"""""""""""""""""""""""
@@ -1031,6 +1049,7 @@ Example::
}
}
+
subject_data
""""""""""""