summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Philip Gehrcke <jgehrcke@googlemail.com>2016-05-12 12:53:28 +0200
committerJan-Philip Gehrcke <jgehrcke@googlemail.com>2016-05-12 12:53:28 +0200
commite5104977cc71976ea4c41ec8386afe5f4e72ca3d (patch)
tree55b0c642969fb6e5da03bedc9ac813962cc1a1f0
parent9c04dc7ebbae1791b4234bc0f4f2949f1fe9f3c4 (diff)
downloadpysaml2-e5104977cc71976ea4c41ec8386afe5f4e72ca3d.tar.gz
Update docs to reflect that default want_assertions_signed is False
-rw-r--r--doc/howto/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/howto/config.rst b/doc/howto/config.rst
index 4412b57c..fc7d21e9 100644
--- a/doc/howto/config.rst
+++ b/doc/howto/config.rst
@@ -419,7 +419,7 @@ Indicates if this SP wants the IdP to send the assertions signed. This
sets the WantAssertionsSigned attribute of the SPSSODescriptor node
of the metadata so the IdP will know this SP preference.
-Valid values are True or False. Default value is True.
+Valid values are True or False. Default value is False.
Example::