summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordfeinzeig <feinzeig@gmail.com>2015-03-19 14:36:24 -0400
committerdfeinzeig <feinzeig@gmail.com>2015-03-19 14:36:24 -0400
commit92eae4f9982527a3505d4a68f78bb88082f94b85 (patch)
tree61fc3495b3486455f1697c41f932b17e39c51729 /doc
parent1d2d767cc9567843dcdc6f505fded30d9ad760b7 (diff)
downloadpysaml2-92eae4f9982527a3505d4a68f78bb88082f94b85.tar.gz
mismatch between heading and example for authn_requests_signed. the heading is correct.
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 a88c402e..56ea147b 100644
--- a/doc/howto/config.rst
+++ b/doc/howto/config.rst
@@ -357,7 +357,7 @@ Example::
"service": {
"sp": {
- "authn_assertions_signed": "true",
+ "authn_requests_signed": "true",
}
}