We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1b8e5 commit 60476aeCopy full SHA for 60476ae
docs/howto/config.rst
@@ -987,6 +987,24 @@ Example::
987
}
988
989
990
+logout_responses_signed
991
+"""""""""""""""""""""""
992
+
993
+Indicates if this entity will sign the Logout Responses while processing
994
+a Logout Request.
995
996
+This can be overridden by application code when calling ``handle_logout_request``.
997
998
+Valid values are True or False. Default value is False.
999
1000
+Example::
1001
1002
+ "service": {
1003
+ "sp": {
1004
+ "logout_responses_signed": False,
1005
+ }
1006
1007
1008
subject_data
1009
""""""""""""
1010
0 commit comments