summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kristensen <john@jerrykan.com>2020-04-07 11:10:42 +1000
committerJohn Kristensen <john@jerrykan.com>2020-04-07 11:10:42 +1000
commit759382926118e38cd91b5e66e258584f0639156c (patch)
tree01b7f86dde78fd69ce13238116118644762e3e21
parent1b9723753fae3fc535b0e18e236d2d87f3cc2353 (diff)
downloadpysaml2-759382926118e38cd91b5e66e258584f0639156c.tar.gz
Document default value for 'want_response_signed'
Document the default value for 'want_response_signed' so users don't have to dig through the code to fine it.
-rw-r--r--docs/howto/config.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/howto/config.rst b/docs/howto/config.rst
index 4ce09873..73fd8d41 100644
--- a/docs/howto/config.rst
+++ b/docs/howto/config.rst
@@ -498,6 +498,8 @@ 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.
+Valid values are True or False. Default value is True.
+
Example::
"service": {