From 759382926118e38cd91b5e66e258584f0639156c Mon Sep 17 00:00:00 2001 From: John Kristensen Date: Tue, 7 Apr 2020 11:10:42 +1000 Subject: Document default value for 'want_response_signed' Document the default value for 'want_response_signed' so users don't have to dig through the code to fine it. --- docs/howto/config.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/howto/config.rst b/docs/howto/config.rst index 4ce09873..73fd8d41 100644 --- a/docs/howto/config.rst +++ b/docs/howto/config.rst @@ -498,6 +498,8 @@ want_response_signed Indicates that Authentication Responses to this SP must be signed. If set to True, the SP will not consume any SAML Responses that are not signed. +Valid values are True or False. Default value is True. + Example:: "service": { -- cgit v1.2.1