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

This commit is contained in:
Stian Thorgersen 2016-06-10 12:53:23 +02:00
parent 5373562169
commit daf1f02a6e

View file

@ -16,7 +16,7 @@ Everything in the IDP element describes the settings for the identity provider (
Here are the attribute config options you can specify within the `IDP` element declaration. Here are the attribute config options you can specify within the `IDP` element declaration.
entityID:: entityID::
This is the issuer ID of the IDP. This setting is _REQUIRED._. This is the issuer ID of the IDP. This setting is _REQUIRED_.
signaturesRequired:: signaturesRequired::
If set to `true`, the client adapter will sign every document it sends to the IDP. If set to `true`, the client adapter will sign every document it sends to the IDP.
@ -29,6 +29,6 @@ signatureAlgorithm::
This setting is _OPTIONAL_ This setting is _OPTIONAL_
and defaults to `RSA_SHA256`. and defaults to `RSA_SHA256`.
signatureCanonicalizationMethod:: signatureCanonicalizationMethod::
This is the signature canonicalization method that the IDP expects signed documents to use. This setting is _OPTIONAL._. This is the signature canonicalization method that the IDP expects signed documents to use. This setting is _OPTIONAL_.
The default value is `http://www.w3.org/2001/10/xml-exc-c14n#` and should be good for most IDPs. The default value is `http://www.w3.org/2001/10/xml-exc-c14n#` and should be good for most IDPs.