summaryrefslogtreecommitdiff
path: root/docs/howto/config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/config.rst')
-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
""""""""""""