From 0137ab63e49258f62cf6e402cb383690bffec878 Mon Sep 17 00:00:00 2001 From: Jan-Philip Gehrcke Date: Thu, 12 May 2016 13:51:59 +0200 Subject: [PATCH] Document sign_assertion and sign_reponse IdP config parameters --- doc/howto/config.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/howto/config.rst b/doc/howto/config.rst index 4412b57..62950bf 100644 --- a/doc/howto/config.rst +++ b/doc/howto/config.rst @@ -270,6 +270,19 @@ idp/aa Directives that are specific to an IdP or AA service instance +sign_assertion +"""""""""""""" + +Specifies if the IdP should sign the assertion in an authentication response +or not. Can be True or False. Default is False. + +sign_response +""""""""""""" + +Specifies if the IdP should sign the authentication response or not. Can be +True or False. Default is False. + + policy """"""