summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoland Hedberg <roland@catalogix.se>2016-09-22 08:51:50 +0300
committerGitHub <noreply@github.com>2016-09-22 08:51:50 +0300
commitb90815f4711a7a8ac5790660935d698a2c7ce187 (patch)
tree2dc2b038c5d04a026c64b1eac3dc162bab4c6c2f /doc
parent2c51eb7032a2f8e14c8e2bb01d4190ea4d93c8be (diff)
parente5104977cc71976ea4c41ec8386afe5f4e72ca3d (diff)
downloadpysaml2-b90815f4711a7a8ac5790660935d698a2c7ce187.tar.gz
Merge pull request #337 from jgehrcke/patch-1
Update SP config docs to reflect that default want_assertions_signed is False
Diffstat (limited to 'doc')
-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 62950bfe..1819f6f4 100644
--- a/doc/howto/config.rst
+++ b/doc/howto/config.rst
@@ -432,7 +432,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::