summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Besson <maxime.besson@worteks.com>2020-10-04 09:19:42 +0200
committerMaxime Besson <maxime.besson@worteks.com>2020-10-07 17:16:47 +0200
commit60476ae2516e89aa6d52b6300c535173883edd81 (patch)
tree1bddd649b2b260ded2c210d71fe57323777d5597
parentfb1b8e52535cc9bbfe5d009b601b0e9a7b1d0259 (diff)
downloadpysaml2-60476ae2516e89aa6d52b6300c535173883edd81.tar.gz
Document logout_responses_signed
-rw-r--r--docs/howto/config.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/howto/config.rst b/docs/howto/config.rst
index 060f4f68..e1c2025f 100644
--- a/docs/howto/config.rst
+++ b/docs/howto/config.rst
@@ -987,6 +987,24 @@ Example::
}
}
+logout_responses_signed
+"""""""""""""""""""""""
+
+Indicates if this entity will sign the Logout Responses while processing
+a Logout Request.
+
+This can be overridden by application code when calling ``handle_logout_request``.
+
+Valid values are True or False. Default value is False.
+
+Example::
+
+ "service": {
+ "sp": {
+ "logout_responses_signed": False,
+ }
+ }
+
subject_data
""""""""""""