summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@grnet.gr>2017-07-28 17:57:37 +0300
committerivan <ivan@grnet.gr>2017-07-31 18:45:24 +0300
commit3daeae7fcf98fe85b2eab8a0aee9ffaf1dc71895 (patch)
treefaec387b5ef5e7513e4d5ebb00f39dd36d8c6c6d
parentaaa22d495d0db4f379a0173ae1b3bb7383172b5b (diff)
downloadpysaml2-3daeae7fcf98fe85b2eab8a0aee9ffaf1dc71895.tar.gz
Add documentation for want_response_signed configuration option
-rw-r--r--doc/howto/config.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/howto/config.rst b/doc/howto/config.rst
index 373c0ff6..f9e074f6 100644
--- a/doc/howto/config.rst
+++ b/doc/howto/config.rst
@@ -408,6 +408,21 @@ Example::
}
+want_response_signed
+""""""""""""""""""""
+
+Indicates that Authentication Responses to this SP must be signed. If set to
+True, the SP will not consume any SAML Responses that are not signed.
+
+Example::
+
+ "service": {
+ "sp": {
+ "want_response_signed": True,
+ }
+ }
+
+
idp
"""