summaryrefslogtreecommitdiff
path: root/docs/howto/config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/config.rst')
-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
""""""""""""