From 3daeae7fcf98fe85b2eab8a0aee9ffaf1dc71895 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 28 Jul 2017 17:57:37 +0300 Subject: Add documentation for want_response_signed configuration option --- doc/howto/config.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/howto/config.rst b/doc/howto/config.rst index 373c0ff6..f9e074f6 100644 --- a/doc/howto/config.rst +++ b/doc/howto/config.rst @@ -408,6 +408,21 @@ Example:: } +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. + +Example:: + + "service": { + "sp": { + "want_response_signed": True, + } + } + + idp """ -- cgit v1.2.1