summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
"""