Skip to content

Commit 7593829

Browse files
committed
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.
1 parent 1b97237 commit 7593829

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/howto/config.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,8 @@ want_response_signed
498498
Indicates that Authentication Responses to this SP must be signed. If set to
499499
True, the SP will not consume any SAML Responses that are not signed.
500500

501+
Valid values are True or False. Default value is True.
502+
501503
Example::
502504

503505
"service": {

0 commit comments

Comments
 (0)