summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsebulibah <sebuliba.hannah@live.com>2021-05-19 13:04:47 +0300
committersebulibah <sebuliba.hannah@live.com>2021-05-19 13:04:47 +0300
commit6b25732e89486cc2cc6f1d8e5aafc641372f9dd4 (patch)
treec69645f9c5d778f54569f8e9522e176216b227fb
parent0afaddc135f1425159404d5230cdb3aedfa34de7 (diff)
downloadpysaml2-6b25732e89486cc2cc6f1d8e5aafc641372f9dd4.tar.gz
add configuration options for idp/aa specific directives
-rw-r--r--docs/howto/config.rst29
1 files changed, 25 insertions, 4 deletions
diff --git a/docs/howto/config.rst b/docs/howto/config.rst
index 1faebe51..556a6ee8 100644
--- a/docs/howto/config.rst
+++ b/docs/howto/config.rst
@@ -268,7 +268,8 @@ Example::
verify_ssl_cert
^^^^^^^^^^^^^^^
-A boolean value (``True`` or ``False``). The default configuration is ``False``.
+Specifies if the SSL certificates should be verified. Can be ``True`` or ``False``.
+The default configuration is ``False``.
Example::
@@ -327,7 +328,8 @@ Indicates which certificates will be used for encryption capabilities::
generate_cert_info
^^^^^^^^^^^^^^^^^^
-A boolean value.
+Specifies if information about the certificate should be generated.
+A boolean value can be ``True`` or ``False``.
Example::
@@ -612,7 +614,8 @@ Example::
verify_encrypt_advice
^^^^^^^^^^^^^^^^^^^^^
-A boolean value.
+Specifies if the encrypted assertions in the advice element should be verified.
+Can be ``True`` or ``False``.
Example::
@@ -630,7 +633,8 @@ Example::
verify_encrypt_cert_assertion
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-A boolean value.
+Specifies if the encrypted assertions should be verified.
+Can be ``True`` or ``False``.
Example::
@@ -659,6 +663,23 @@ sign_response
Specifies if the IdP should sign the authentication response or not. Can be
True or False. Default is False.
+encrypt_assertion
+"""""""""""""""""
+
+Specifies if the IdP should encrypt the assertions. Can be ``True`` or ``False``.
+Default is ``False``.
+
+encrypted_advice_attributes
+"""""""""""""""""""""""""""
+Specifies if assertions in the advice element should be encrypted.
+Can be ``True`` or ``False``. Default is ``False``.
+
+encrypt_assertion_self_contained
+""""""""""""""""""""""""""""""""
+
+Specifies if all encrypted assertions should have all namespaces self contained.
+Can be ``True`` or ``False``. Default is ``True``.
+
want_authn_requests_signed
""""""""""""""""""""""""""