summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan-Philip Gehrcke <jgehrcke@googlemail.com>2016-05-12 13:51:59 +0200
committerJan-Philip Gehrcke <jgehrcke@googlemail.com>2016-05-12 13:51:59 +0200
commit0137ab63e49258f62cf6e402cb383690bffec878 (patch)
treeeb9fcfd9c549ac8586363138500cd243cbe54dc2 /doc
parent9c04dc7ebbae1791b4234bc0f4f2949f1fe9f3c4 (diff)
downloadpysaml2-0137ab63e49258f62cf6e402cb383690bffec878.tar.gz
Document sign_assertion and sign_reponse IdP config parameters
Diffstat (limited to 'doc')
-rw-r--r--doc/howto/config.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/howto/config.rst b/doc/howto/config.rst
index 4412b57c..62950bfe 100644
--- a/doc/howto/config.rst
+++ b/doc/howto/config.rst
@@ -270,6 +270,19 @@ idp/aa
Directives that are specific to an IdP or AA service instance
+sign_assertion
+""""""""""""""
+
+Specifies if the IdP should sign the assertion in an authentication response
+or not. Can be True or False. Default is False.
+
+sign_response
+"""""""""""""
+
+Specifies if the IdP should sign the authentication response or not. Can be
+True or False. Default is False.
+
+
policy
""""""