From 9af76ebe016391990076d3220dc0b3dd1829e5a0 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 10 Jun 2016 12:56:13 +0200 Subject: [PATCH] Update topics/saml/java/general-config/idp_singlelogoutservice_subelement.adoc --- .../idp_singlelogoutservice_subelement.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/topics/saml/java/general-config/idp_singlelogoutservice_subelement.adoc b/topics/saml/java/general-config/idp_singlelogoutservice_subelement.adoc index 90d983cca1..2123e7f17f 100644 --- a/topics/saml/java/general-config/idp_singlelogoutservice_subelement.adoc +++ b/topics/saml/java/general-config/idp_singlelogoutservice_subelement.adoc @@ -17,25 +17,25 @@ to the IDP formatted via the settings within this element when it wants to logou ---- signRequest:: - Should the client sign logout requests it makes to the IDP? This setting _OPTIONAL._. + Should the client sign logout requests it makes to the IDP? This setting _OPTIONAL_. Defaults to whatever the IDP `signaturesRequired` element value is. signResponse:: - Should the client sign logout responses it sends to the IDP requests? This setting _OPTIONAL._. + Should the client sign logout responses it sends to the IDP requests? This setting _OPTIONAL_. Defaults to whatever the IDP `signaturesRequired` element value is. validateRequestSignature:: - Should the client expect signed logout request documents from the IDP? This setting is _OPTIONAL._ Defaults to whatever the IDP `signaturesRequired` element value is. + Should the client expect signed logout request documents from the IDP? This setting is _OPTIONAL_. Defaults to whatever the IDP `signaturesRequired` element value is. validateResponseSignature:: - Should the client expect signed logout response documents from the IDP? This setting is _OPTIONAL._ Defaults to whatever the IDP `signaturesRequired` element value is. + Should the client expect signed logout response documents from the IDP? This setting is _OPTIONAL_. Defaults to whatever the IDP `signaturesRequired` element value is. requestBinding:: - This is the SAML binding type used for communicating SAML requests to the IDP. This setting is _OPTIONAL._. + This is the SAML binding type used for communicating SAML requests to the IDP. This setting is _OPTIONAL_. The default value is `POST`, but you can set it to REDIRECT as well. responseBinding:: - This is the SAML binding type used for communicating SAML responses to the IDP The values of this can be `POST` or `REDIRECT`. This setting is _OPTIONAL._. + This is the SAML binding type used for communicating SAML responses to the IDP The values of this can be `POST` or `REDIRECT`. This setting is _OPTIONAL_. The default value is `POST`, but you can set it to `REDIRECT` as well. postBindingUrl::