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::