Update topics/saml/java/general-config/idp_singlesignonservice_subelement.adoc
This commit is contained in:
parent
dc63c596bd
commit
5373562169
1 changed files with 5 additions and 5 deletions
|
@ -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_.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue