From 53735621696e2e2913a076e5d6a975fac1a09f6a Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 10 Jun 2016 12:52:29 +0200 Subject: [PATCH] Update topics/saml/java/general-config/idp_singlesignonservice_subelement.adoc --- .../idp_singlesignonservice_subelement.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/topics/saml/java/general-config/idp_singlesignonservice_subelement.adoc b/topics/saml/java/general-config/idp_singlesignonservice_subelement.adoc index c172bd3996..3566510450 100644 --- a/topics/saml/java/general-config/idp_singlesignonservice_subelement.adoc +++ b/topics/saml/java/general-config/idp_singlesignonservice_subelement.adoc @@ -17,23 +17,23 @@ to the IDP formatted via the settings within this element when it wants to login Here are the config attributes you can define on this element: signRequest:: - Should the client sign authn requests? This setting is _OPTIONAL._. + Should the client sign authn requests? This setting is _OPTIONAL_. Defaults to whatever the IDP `signaturesRequired` element value is. validateResponseSignature:: Should the client expect the IDP to sign the assertion response document sent back from an auhtn request? - This setting _OPTIONAL._ Defaults to whatever the IDP `signaturesRequired` element value is. + This setting _OPTIONAL_. Defaults to whatever the IDP `signaturesRequired` element value is. requestBinding:: - This is the SAML binding type used for communicating with the IDP. This setting is _OPTIONAL._. + This is the SAML binding type used for communicating with the IDP. This setting is _OPTIONAL_. The default value is `POST`, but you can set it to `REDIRECT` as well. responseBinding:: SAML allows the client to request what binding type it wants authn responses to use. - The values of this can be `POST` or `REDIRECT`. This setting is _OPTIONAL._. + The values of this can be `POST` or `REDIRECT`. This setting is _OPTIONAL_. The default is that the client will not request a specific binding type for responses. bindingUrl:: - This is the URL for the IDP login service that the client will send requests to. This setting is _REQUIRED._. + This is the URL for the IDP login service that the client will send requests to. This setting is _REQUIRED_.