Skip to content

Commit 3daeae7

Browse files
author
ivan
committed
Add documentation for want_response_signed configuration option
1 parent aaa22d4 commit 3daeae7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/howto/config.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,21 @@ Example::
408408
}
409409

410410

411+
want_response_signed
412+
""""""""""""""""""""
413+
414+
Indicates that Authentication Responses to this SP must be signed. If set to
415+
True, the SP will not consume any SAML Responses that are not signed.
416+
417+
Example::
418+
419+
"service": {
420+
"sp": {
421+
"want_response_signed": True,
422+
}
423+
}
424+
425+
411426
idp
412427
"""
413428

0 commit comments

Comments
 (0)