Reference
This reference section covers service provider, identity provider, and circle of trust configuration properties.For the global services reference, see Reference.
Hosted Identity Provider Configuration Properties
Once you have set up a hosted identity provider, you can configure it through the AM console under Realms > Realm Name > Applications > Federation > Entity Providers > Provider Name.
Assertion Content
The following groups appear under the Assertion Content tab:
- Request/Response Signing
Specifies which parts of messages the identity provider requires the service provider to sign digitally.
- Encryption
When selected, the service provider must encrypt NameID elements.
- Secret ID and Algorithms
- Secret ID Identifier
Specifies an identifier for the secret ID AM uses for this entity provider, when resolving secrets.
For example, when this value is set to
demo
, the entity provider will use the following secret IDs:am.applications.federation.entity.providers.saml2.demo.signing
am.applications.federation.entity.providers.saml2.demo.encryption
If not specified, AM uses the entity provider role-specific, default global secret IDs. For more information, see Secret ID Mappings for SAML v2.0 Signing and Encryption.
- Signing Algorithm
The algorithms the provider can use to sign the request/response attributes selected in the Request/Response Signing group.
These algorithms are exposed in the provider's metadata extension.
This property has no default.
- Digest Algorithm
The digest algorithms the provider can use when signing the requests and responses selected in the Request/Response Signing group.
These algorithms are exposed in the provider's metadata extension.
This property has no default.
- Encryption Algorithm
This field specifies two types of encryption algorithms for the provider:
Symmetric algorithms, which the provider can use to encrypt the objects selected in the Encryption group. Select one or more AES algorithms from the drop-down list.
Default:
http://www.w3.org/2001/04/xmlenc#aes128-cbc
Asymmetric algorithms, advertised as the provider's transport key algorithm. When SAML v2.0 token encryption is enabled, hosted providers should use the algorithm the remote provider is advertising when encrypting symmetric encryption keys.
Select one or more algorithms from the drop-down list:
http://www.w3.org/2009/xmlenc11#rsa-oaep.
When this algorithm is configured, AM will use the Mask Generation Function Algorithm property (Configure > Global Services > Common Federation Configuration) to create the transport key.
For a list of supported mask generation function algorithms, see "Algorithms".
http://www.w3.org/2001/04/xmlenc#rsa-1_5.
For security reasons, we strongly recommend that you do not use this option.
- NameID Format List
Specifies the supported name identifiers for users that are shared between providers for single sign-on.
The following diagram shows how the hosted IDP decides which of the supported NameID formats is used:
- NameID Value Map
Maps name identifier formats to user profile attributes. The
persistent
andtransient
name identifiers need not be mapped.NameID mapping supports Base64-encoded binary values. With this flag set, AM Base64-encodes the profile attribute when adding it to the assertion.
- Mapper
Specifies a class that implements the
IDPAuthnContextMapper
interface and sets up the authentication context.Default value:
com.sun.identity.saml2.plugins.DefaultIDPAuthnContextMapper
- Authentication Context
Specifies the authentication context classes the IDP supports, and any AM authentication mechanisms that are used when an SP specifies the respective class in a SAML v2.0 authentication request.
The Predefined Reference drop-down list specifies the list of context references.
The Key drop-down list specifies the authentication mechanism that AM uses when an SP specifies an authentication context class in a SAML v2.0 authentication request.
- Service
AM will use the specified authentication chain or tree to authenticate the user.
For example, in the Value field, enter HmacOneTimePassword to use the built-in one-time password example authentication tree, or ldapService to use the built-in chain that authenticates against the default identity store.
- Module
AM will use the specified authentication module to authenticate the user.
- Authentication Level
AM will authenticate the user with a method that has an associated authentication level equal to or higher than the specified value.
If there is more than one suitable method, AM presents the available options by using a
ChoiceCallback
.For more information on using and returning callbacks during authentication, see Authenticating (REST).
Important
The
Role
,User
, andResource URL
options are deprecated and should not be used.The Value field specifies the name relative to the authentication mechanism you chose in the previous step. For example, if you chose the
Service
authentication mechanism, add the name of an authentication tree or chain in the Value field.The Level field specifies the numeric value of precedence of the supported context reference classes.
Classes with higher numbers are considered stronger than lower numbered classes. The values determine which authentication classes can be used when the SP makes an authentication request that uses a comparison attribute; for example,
minimum
orbetter
.Note that the value in the Level field should match the auth level of the specified chain, module, or tree. For example, if the specified authentication chain sets an auth level of 10, set the same value in the Level field in the Authentication Context table. As AM compares the current auth level against the level specified in Authentication Context table, if the two values do not match, AM may require a logged in user to re-authenticate unnecessarily.
For more information on authentication context classes, see Authentication Context for the OASIS Security Assertion Markup Language (SAML) V2.0 in the SAML V2.0 Standard.
Default value:
urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport
- Not-Before Time Skew
Grace period in seconds for the
NotBefore
time in assertions.- Effective Time
Validity in seconds of an assertion.
- Enabled, User Name, Password
When enabled, authenticate with the specified user name and password at SOAP endpoints.
- Enabled
When enabled, cache assertions.
Assertion Processing
The following properties appear under the Assertion Processing tab:
- Attribute Mapper
Specifies a class that implements the attribute mapping.
The default implementation attempts to retrieve the mapped attribute values from the user profile first. If the attribute values are not present in the user's profile, then it attempts to retrieve them from the user's session.
Default:
com.sun.identity.saml2.plugins.DefaultIDPAttributeMapper
- Attribute Map
Maps SAML attributes to user profile attributes.
The user profile attributes used here must both be allowed in user profiles, and also be specified for the identity repository. See "Adding User Profile Attributes", for instructions on allowing additional attributes in user profiles.
To see the profile attributes available for an LDAP identity repository, log in to the AM console as administrator, and go to Realms > Realm Name > Identity Stores > User Configuration. Check the LDAP User Attributes list.
The default IDP mapping implementation allows you to add static values in addition to values taken from the user profile. You add a static value by enclosing the profile attribute name in double quotes ("), as in the following example:
- Account Mapper
Specifies a class that implements
AccountMapper
to map remote users to local user profiles.- Disable NameID Persistence
Disables the storage of the NameID values in the user data store for all NameIDs issued by the IDP instance as long as the NameID format is anything but the persistent NameID format:
urn:oasis:names:tc:SAML:2.0:nameid-format:persistent
. That is, you can disable the storage of NameID values with persistent NameID-Format if and only if there is a NameID value mapping set up for the NameID-Format.Note
By preventing the storage of the NameID values, the
ManageNameID
and theNameIDMapping
SAML profiles will no longer work when using any persistent NameID formats. Existing account links that have been established and stored are not removed when disabling NameID persistence.Default value:
false
- Auth URL
If present, overrides the default UI login URL used to authenticate users during federation.
Use this property to specify an alternative URL for authenticating users, for example, if you have created a custom user interface other than the UI.
The specified authentication URL is responsible for authenticating the federated user and must establish a session in AM, and return the SSO token value in the configured cookie name, usually
iPlanetDirectoryPro
.The domain of the authentication URL must be configured in AM so that the cookie is accepted, and if host cookies are configured in AM, then the fully qualified domain name of the authentication URL must be identical to that of the AM instance.
For more information on configuring the domains AM accepts in the SSO cookies, see "Configuring the Cookie Domain".
Important
AM redirects users to the URL specified, and appends a
goto
parameter. The parameter contains the URL the user must be redirected to after authentication. The specified authentication URL must not override thegoto
parameter, as that would redirect the user elsewhere and federation will fail.For more information, see "Configuring Success and Failure Redirection URLs".
- Reverse Proxy URL
When a reverse proxy is used for SAML endpoints, it is specified here.
- External Application Logout URL
URL to which to send an HTTP POST including all cookies when receiving a logout request. To add a user session property as a POST parameter, include it in the URL query string as a
appsessionproperty
parameter.
Services
The following properties appear under the Services tab:
- MetaAlias
Used to locate the provider's entity identifier, specified as
[/realm-name]*/provider-name
, where provider-name cannot contain slash characters (/). For example:/myRealm/mySubrealm/idp
.Ensure the MetaAlias is unique for each provider configured in a CoT and in the realm.
- Artifact Resolution Service
Specifies the endpoint to manage artifact resolution. The Index is a unique number identifier for the endpoint.
- Single Logout Service
Specifies the endpoints to manage single logout, depending on the SAML binding selected.
- Manage NameID Service
Specifies the endpoints to manage name identifiers, depending on the SAML binding selected.
- Single SignOn Service
Specifies the endpoints to manage single sign-on.
- Assertion ID Request Service
Specifies the endpoints to request for an specific assertion by referring to its assertion ID.
- URL
Specifies the endpoint to manage name identifier mapping.
Advanced Settings
The following properties appear under the Advanced tab:
- IDP URL
Specifies the endpoint to manage Secure Attribute Exchange requests.
- Application Security Configuration
Specifies how to handle encryption for Secure Attribute Exchange operations.
- IDP Session Mapper
Specifies the class that finds a valid session from an HTTP servlet request to an identity provider with a SAML Enhanced Client or Proxy profile.
- Enabled
When enabled, the identity provider sends a SOAP logout request over the back channel to all service providers when a session times out. A session may time out when the maximum idle time or maximum session time is reached, for example.
- IDP Finder Implementation Class
Specifies a class that finds the preferred identity provider to handle a proxied authentication request.
- IDP Finder JSP
Specifies a JSP that presents the list of identity providers to the user.
- Enable Proxy IDP Finder For All SPs
When enabled, apply the finder for all remote service providers.
- Relay State URL List
List of URLs permitted for the
RelayState
parameter. For single logout (SLO) operations, AM validates the redirection URL in theRelayState
parameter against this list. If theRelayState
parameter's value is in the list, AM allows redirection to theRelayState
URL. If it is not in the list, a browser error occurs.Use the pattern matching rules described in "Configuring Success and Failure Redirection URLs" to specify URLs in the list.
If you DO NOT specify any URLs in this property, AM only allows redirection to
RelayState
URLs that match the domain of the instance. Any other URL will cause a browser error.Note
This property does not apply to IDP-initiated single sign-on, where the validation of the
RelayState>
parameter should be performed on the service provider.
- IDP Adapter Class
Specifies a class to invoke immediately before sending a SAML v2.0 response.
Remote Identity Provider Configuration Properties
Once you have set up a remote identity provider, you can configure it through the AM console under Realms > Realm Name > Applications > Federation > Entity Providers > Provider Name.
Assertion Content
The following properties appear under the Assertion Content tab:
- Request/Response Signing
Specifies which parts of messages the identity provider requires the service provider to sign digitally.
- Encryption
When selected, the service provider must encrypt NameID elements.
- NameID Format List
Specifies the supported name identifiers for users that are shared between providers for single sign-on.
The information on how a hosted SP determines the NameID format to use, see NameID Format.
- Enabled, User Name, Password
When enabled, authenticate with the specified user name and password at SOAP endpoints.
Services
The following properties appear under the Services tab:
- Artifact Resolution Service
Specifies the endpoint to manage artifact resolution. The Index is a unique identifier for the endpoint.
- Single Logout Service
Specifies the endpoints to manage single logout, depending on the SAML binding selected.
- Manage NameID Service
Specifies the endpoints to manage name identifiers, depending on the SAML binding selected.
- Single SignOn Service
Specifies the endpoints to manage single sign-on.
- URL
Specifies the endpoint to manage name identifier mapping.
Hosted Service Provider Configuration Properties
Once you have set up a hosted service provider, you can configure it through the AM console by navigating to > Realm Name > Applications > Federation > Entity Providers > Provider Name.
Assertion Content
The following properties appear under the Assertion Content tab:
- Request/Response Signing
Specifies what parts of messages the service provider requires the identity provider to sign digitally.
- Encryption
The identity provider must encrypt selected elements.
- Secret ID and Algorithms
- Secret ID Identifier
Specifies an identifier for the secret ID AM uses for this entity provider, when resolving secrets.
For example, when this value is set to
demo
, the entity provider will use the following secret IDs:am.applications.federation.entity.providers.saml2.demo.signing
am.applications.federation.entity.providers.saml2.demo.encryption
If not specified, AM uses the entity provider role-specific, default global secret IDs. For more information, see Secret ID Mappings for SAML v2.0 Signing and Encryption.
- Signing Algorithm
The algorithms the provider can use to sign the request/response attributes selected in the Request/Response Signing group.
These algorithms are exposed in the provider's metadata extension.
This property has no default.
- Digest Algorithm
The digest algorithms the provider can use when signing the requests and responses selected in the Request/Response Signing group.
These algorithms are exposed in the provider's metadata extension.
This property has no default.
- Encryption Algorithm
This field specifies two types of encryption algorithms for the provider:
Symmetric algorithms, which the provider can use to encrypt the objects selected in the Encryption group. Select one or more AES algorithms from the drop-down list.
Default:
http://www.w3.org/2001/04/xmlenc#aes128-cbc
Asymmetric algorithms, advertised as the provider's transport key algorithm. When SAML v2.0 token encryption is enabled, hosted providers should use the algorithm the remote provider is advertising when encrypting symmetric encryption keys.
Select one or more algorithms from the drop-down list:
http://www.w3.org/2009/xmlenc11#rsa-oaep.
When this algorithm is configured, AM will use the Mask Generation Function Algorithm property (Configure > Global Services > Common Federation Configuration) to create the transport key.
For a list of supported mask generation function algorithms, see "Algorithms".
http://www.w3.org/2001/04/xmlenc#rsa-1_5.
For security reasons, we strongly recommend that you do not use this option.
- NameID Format List
Specifies the supported name identifiers for users that are shared between providers for single sign-on.
The following diagram shows how the hosted SP decides which of the supported NameID formats is used:
- Disable NameID Persistence
Disables the storage of NameIDs in the user data store, even if the
NameID
format isurn:oasis:names:tc:SAML:2.0:nameid-format:persistent
in the received assertion and the account mapper has identified the local user.You may want to disable storage of NameID values if you are using a read-only data store, or an external identity store that does not have the AM identity schemas applied.
Note
When local authentication is utilized for account linking purposes, disabling federation persistence requires end users to authenticate locally for each SAML-based login.
Default value:
false
- Mapper
Specifies a class that implements the
SPAuthnContextMapper
interface and sets up the authentication context.Default:
com.sun.identity.saml2.plugins.DefaultSPAuthnContextMapper
- Authentication Context
Specifies the authentication context classes the SP supports, and any AM authentication mechanisms that are used when an IDP specifies the respective class in a SAML v2.0 authentication request.
The Predefined Reference drop-down list specifies the list of context references.
The Key drop-down list specifies the authentication mechanism that AM uses when an SP specifies an authentication context class in a SAML v2.0 authentication request.
- Service
AM will use the specified authentication chain or tree to authenticate the user.
For example, in the Value field, enter HmacOneTimePassword to use the built-in one-time password example authentication tree, or ldapService to use the built-in chain that authenticates against the default identity store.
- Module
AM will use the specified authentication module to authenticate the user.
- Authentication Level
AM will authenticate the user with a method that has an associated authentication level equal to or higher than the specified value.
If there is more than one suitable method, AM presents the available options by using a
ChoiceCallback
.For more information on using and returning callbacks during authentication, see Authenticating (REST).
Important
The
Role
,User
, andResource URL
options are deprecated and should not be used.The Value field specifies the name relative to the authentication mechanism you chose in the previous step. For example, if you chose the
Service
authentication mechanism, add the name of an authentication tree or chain in the Value field.The Level field specifies the numeric value of precedence of the supported context reference classes.
Classes with higher numbers are considered stronger than lower numbered classes. The values determine which authentication classes can be used when the SP makes an authentication request that uses a comparison attribute; for example,
minimum
orbetter
.Note that the value in the Level field should match the auth level of the specified chain, module, or tree. For example, if the specified authentication chain sets an auth level of 10, set the same value in the Level field in the Authentication Context table. As AM compares the current auth level against the level specified in Authentication Context table, if the two values do not match, AM may require a logged in user to re-authenticate unnecessarily.
For more information on authentication context classes, see Authentication Context for the OASIS Security Assertion Markup Language (SAML) V2.0 in the SAML V2.0 Standard.
Default value:
urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport
- Comparison Type
Used in conjunction with the Default Authentication Context to specify the possible range of authentication mechanisms the IDP can choose from.
For example, if the Comparison Type field is set to
better
, and thePasswordProtectedTransport
authentication context class is selected in the Default Authentication Context field, the IDP must select an authentication mechanism with a higher level assigned.For information on how AM maps the authentication mechanism to authentication context classes, and how to set the precedence, see Authentication Context.
Default:
exact
- Include Request Authentication Context
Specifies whether to include an authentication context class as the Requested Authentication Context in the SAML v2.0 Authentication Request.
Default: Enabled
- Assertion Time Skew
Grace period in seconds for the
NotBefore
time in assertions.
- Enabled, User Name, Password
When enabled, authenticate with the specified user name and password at SOAP endpoints.
Assertion Processing
The following properties appear under the Assertion Processing tab:
- Attribute Mapper
Specifies a class that implements the attribute mapping.
- Attribute Map
Maps SAML attributes to session properties, or user profile attributes.
The value of Key is a SAML attribute sent in an assertion, and the value of Value is a property in the user's session, or an attribute of the user's profile.
By default, the SP maps the SAML attributes it receives to equivalent-named session properties. However, when the SP is configured to create identities during autofederation and the identity does not exist yet, the SP maps the SAML attributes to their equivalents in the newly-created user profile.
The special mapping
Key: *, Value: *
means that the SP maps each attribute it receives in the assertion to equivalent-named properties or attributes. For example, if the SP receivesmail
andfirstname
in the assertion, it maps them tomail
andfirstname
respectively.Remove the special mapping and add key pairs to the map if:
(During autofederation) The attributes in the IdP's and the SP's identity stores do not match.
You need control over the names of the session properties.
You need control over which attributes the SP should map, because the IdP adds too many to the assertion.
For example, if the the SAML attribute is
firstname
and you want the SP to map it to a session property/user profile attribute calledcn
, create a mapping similar toKey: firstname, Value: cn
.
- Enabled
When enabled, automatically federate user's accounts at different providers based on the specified SAML attribute.
- Attribute
Specifies the SAML attribute to match accounts at different providers.
- Account Mapper
Specifies a class that implements
AccountMapper
to map remote users to local user profiles.- Use Name ID as User ID
When selected, fall back to using the name identifier from the assertion to find the user.
- Transient User
Specifies the user profile to map all identity provider users when sending transient name identifiers.
- Artifact Message Encoding
Specifies the message encoding format for artifacts.
- Local Authentication URL
Specifies the local login URL.
- Intermediate URL
Specifies a URL to which the user is redirected after authentication but before the original URL requested.
- External Application Logout URL
Specifies the URL to which to send an HTTP POST including all cookies when receiving a logout request. To add a user session property as a POST parameter, include it in the URL query string as a
appsessionproperty
parameter.
- Default Relay State URL
Specifies the URL to which to redirect users after the request has been handled. Used if not specified in the response.
- Adapter
Specifies a class that implements the
FederationSPAdapter
interface and performs application specific processing during the federation process.- Adapter Environment
Specifies environment variables passed to the adapter class.
Services
The following properties appear under the Services tab:
- MetaAlias
Used to locate the hosted provider's entity identifier, specified as
[/realm-name]*/provider-name
, where provider-name can not contain slash characters (/). For example:/myRealm/mySubrealm/sp
.Ensure the MetaAlias is unique for each provider configured in a CoT and in the realm.
- Single Logout Service
Specifies the endpoints to manage single logout, depending on the SAML binding selected.
- Manage NameID Service
Specifies the endpoints to manage name identifiers, depending on the SAML binding selected.
- Assertion Consumer Service
Specifies the endpoints to consume assertions, with Index corresponding to the index of the URL in the standard metadata.
The scheme, FQDN, and port configured must exactly match those of the service provider as they appear in its metadata.
To determine the service provider's endpoint URL, AM uses the Base URL service, if configured.
If the URL does not match, the SAML v2.0 flow will fail and AM will log
Invalid Assertion Consumer Location specified
in the audit log file.
Advanced Settings
The following properties appear under the Advanced tab:
- SP URL
Specifies the endpoint to manage Secure Attribute Exchange requests.
- SP Logout URL
Specifies the endpoint of the service provider that can handle global logout requests.
- Application Security Configuration
Specifies how to handle encryption for Secure Attribute Exchange operations.
- Request IDP List Finder Implementation
Specifies a class that returns a list of preferred identity providers trusted by the SAML Enhanced Client or Proxy profile.
- Request IDP List Get Complete
Specifies a URI reference used to retrieve the complete identity provider list if the
IDPList
element is not complete.- Request IDP List
Specifies a list of identity providers for the SAML Enhanced Client or Proxy to contact, used by the default implementation of the IDP Finder.
- IDP Proxy
When enabled, AM includes a
Scoping
element in the authentication request to enable the request to be proxied.- Introduction
When enabled, use introductions to find the proxy identity provider.
- Proxy Count
Specifies the maximum number of proxy identity providers.
- IDP Proxy List
Specifies a list of URIs identifying preferred proxy identity providers.
- Enabled
When enabled, the service provider sends a SOAP logout request over the back channel to all identity providers when a session times out. A session may time out when the maximum idle time or maximum session time is reached, for example.
- Relay State URL List
List of URLs permitted for the
RelayState
parameter. AM validates the redirection URL in theRelayState
parameter against this list. If theRelayState
parameter's value is in the list, AM allows redirection to theRelayState
URL. If it is not in the list, a browser error occurs.Use the pattern matching rules described in "Configuring Success and Failure Redirection URLs" to specify URLs in the list.
If you DO NOT specify any URLs in this property, AM only allows redirection to
RelayState
URLs that match the domain of the instance. Any other URL will cause a browser error.
Remote Service Provider Configuration Properties
Once you have set up a remote service provider, you can configure it through the AM console by navigating to Realms > Realm Name > Applications > Federation > Entity Providers > Provider Name.
Assertion Content
The following properties appear under the Assertion Content tab:
- Request/Response Signing
Specifies what parts of messages the service provider requires the identity provider to sign digitally.
- Encryption
The identity provider must encrypt selected elements.
- NameID Format List
Specifies the supported name identifiers for users that are shared between providers for single sign-on.
The information on how a hosted SP determines the NameID format to use, see NameID Format.
- Disable NameID Persistence
Disables the storage of NameID values at the IDP when generating an assertion for this remote SP.
Default value:
false
- Enabled, User Name, Password
When enabled, require authentication with the specified user name and password at SOAP endpoints.
Assertion Processing
The following properties appear under the Assertion Processing tab:
- Attribute Map
Override any mappings of attributes to user profile attributes at the IDP.
- Encoding
Specifies the message encoding format for artifacts.
Services
The following properties appear under the Services tab:
- Single Logout Service
Specifies the endpoints to manage single logout, depending on the SAML binding selected.
- Manage NameID Service
Specifies the endpoints to manage name identifiers, depending on the SAML binding selected.
- Assertion Consumer Service
Specifies the endpoints to consume assertions, with Index corresponding to the index of the URL in the standard metadata.
Advanced
The following properties appear under the Advanced tab:
- Skip Endpoint Validation For Signed Requests
When enabled, AM does not verify Assertion Consumer Service URL values provided in SAML authentication requests. This allows the Assertion Consumer Service URL to contain dynamic query parameters, for example.
As assertion consumer service URL verification is part of the SAML v2.0 spec, you can only skip validation if the authentication request is digitally signed by the SP. To digitally sign authentication requests, in the remote SP configuration navigate to Assertion Content > Signing and Encryption > Request/Response Signing, and select Authentication Requests Signed.
Important
You must configure the remote SP to sign the authentication request.
AM returns an error if it receives an unsigned authentication request and this option is enabled.
- SP URL
Specifies the endpoint to manage Secure Attribute Exchange requests.
- SP Logout URL
Specifies the endpoint of the service provider that can handle global logout requests.
- IDP Proxy enabled
When enabled, the authentication requests from this service provider can be proxied.
- Proxy all requests
When enabled, AM proxies every authentication request from the SP, whether it contains a
Scoping
element or not.The IDP Proxy option must be enabled for this option to take effect.
- Introduction enabled
When enabled, use introduction cookies to find the proxy identity provider.
Note
This property only works with a non-default SAML2IDPProxyFRImpl implementation, and will be deprecated in a future release.
- Use IDP Finder
When enabled, use the IDP finder service to determine the IDP to which to proxy authentication requests.
- Proxy Count
Specifies the maximum number of proxy identity providers. AM sets the specified value in the
Scoping
element of authentication request it proxies for this SP.The Proxy all requests option must be enabled for this option to take effect.
- IDP Proxy List
Specifies a list of URIs identifying preferred proxy identity providers.
Circle of Trust Configuration Properties
Once you have set up a circle of trust, you can configure it through the AM console under Realms > Realm Name > Applications > Federation > Circle of Trust > Circle of Trust Name.
- Name
String to refer to the circle of trust.
Once you have set up a circle of trust, the Name cannot be configured.
- Description
Short description of the circle of trust.
- Status
Whether this circle of trust is operational.
- Entity Providers
Known hosted and remote identity and service providers participating in this circle of trust.
- SAML2 Writer Service URL
SAML v2.0 service that writes identity provider entity identifiers to Common Domain cookies after successful authentication, used in identity provider discovery. Example:
http://www.disco.example:8080/openam/saml2writer
.- SAML2 Reader Service URL
SAML v2.0 service that reads identity provider entity identifiers from Common Domain cookies, used in identity provider discovery. Example:
http://www.disco.example:8080/openam/saml2reader
.
SAML v2.0 Advanced Properties
To configure SAML v2.0 advanced properties, in the AM administration console, go to Configure > Server Defaults > Advanced.
openam.saml.decryption.debug.mode
When enabled, AM decrypts SAML v2.0 messages that are sent and received, and writes the content to the debug logs.
As these messages may contain user information, you should not enable this property in production environments.
Default:
False
org.forgerock.openam.saml2.authenticatorlookup.skewAllowance
Specifies the allowable time difference, in seconds, between any existing session the user may have, and the current time when an authentication request specifies
ForceAuthn
.If the authenticated user's session was created outside of the allowable time range, AM rejects the assertion, and re-authentication is required.
Default:
60