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 aaa22d4 commit 3daeae7Copy full SHA for 3daeae7
doc/howto/config.rst
@@ -408,6 +408,21 @@ Example::
408
}
409
410
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
426
idp
427
"""
428
0 commit comments