Update topics/saml/java/general-config/idp_singlesignonservice_subelement.adoc

This commit is contained in:
Stian Thorgersen 2016-06-10 12:52:29 +02:00
parent dc63c596bd
commit 5373562169

View file

@ -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: Here are the config attributes you can define on this element:
signRequest:: 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. Defaults to whatever the IDP `signaturesRequired` element value is.
validateResponseSignature:: validateResponseSignature::
Should the client expect the IDP to sign the assertion response document sent back from an auhtn request? 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:: 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. The default value is `POST`, but you can set it to `REDIRECT` as well.
responseBinding:: responseBinding::
SAML allows the client to request what binding type it wants authn responses to use. 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. The default is that the client will not request a specific binding type for responses.
bindingUrl:: 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_.