---
title: Entrust IdP Adapter settings reference
description: Field descriptions for the Entrust IdP Adapter configuration screen.
component: entrust
page_id: entrust:setup:pf_entrust_ik_entrust_idp_adapter_settings_reference
canonical_url: https://docs.pingidentity.com/integrations/entrust/setup/pf_entrust_ik_entrust_idp_adapter_settings_reference.html
revdate: June 10, 2024
---

# Entrust IdP Adapter settings reference

Field descriptions for the Entrust IdP Adapter configuration screen.

**Standard Fields**

| Field              | Description                                                                                                                  |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------- |
| **Service Domain** | The domain of the Entrust service.Format is `<customer>.<region>.trustedauth.com`For example: `mycompany.us.trustedauth.com` |
| **Application ID** | The application ID for the Identity as a Service application.                                                                |

**Advanced Fields**

| Field                                       | Description                                                                                                                                                                                                                                                                                   |
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Authenticators Endpoint**                 | The endpoint used to get user authenticators.The default endpoint is `api/web/v2/authentication/users`.                                                                                                                                                                                       |
| **Select Authenticator Endpoint**           | The endpoint used to select the authenticator.The default endpoint is `/api/web/v2/authentication/users/authenticate/%s`The `%s` will be replaced by the authenticator used.                                                                                                                  |
| **Complete Authentication Endpoint**        | The endpoint used to complete authentication actions.The default endpoint is `api/web/v1/authentication/users/authenticate/%s/complete`.The `%s` will be replaced by the authenticator used.                                                                                                  |
| **Logout Endpoint**                         | The endpoint used to complete logout.The default endpoint is `/api/web/v1/authentication/logout`.                                                                                                                                                                                             |
| **HTML Template Prefix**                    | Identifies the set of HTML templates that the adapter uses.If you customized the template file names in `/server/default/conf/template`, enter the new prefix here.The default value is `entrust`.                                                                                            |
| **Messages Files**                          | Identifies the customizable language-pack file that the adapter uses.If you customize the `languaged-pack` file name in the `/server/default/conf/language-packs` directory, enter the new name here.The default value is `entrust-messages`.                                                 |
| **Error Message Key Prefix**                | Prefix for error messages in the language pack.The default value is `entrust.error`.                                                                                                                                                                                                          |
| **API Request Timeout**                     | The amount of time in milliseconds that PingFederate allows when establishing a connection with Entrust or waiting for a response to a request. A value of 0 disables the timeout.The default value is `5000`.                                                                                |
| **Default to Primary Authenticator**        | If selected, the user will default to the primary authenticator set in Entrust.                                                                                                                                                                                                               |
| **Enable Token Push With Mutual Challenge** | If selected, token push requests from the adapter enable a mutual authentication challenge unless the chained attribute `enable-token-push-with-mutual-challenge` is set to `false` and overrides this value, which is specific to the adapter instance.This check box is cleared by default. |
| **Show Failed Screen**                      | If selected, the adapter displays an authentication failed page when it encounters an error.This check box is selected by default.                                                                                                                                                            |
| **Branch on Error**                         | A comma-separated list of error codes from Entrust that can be used for conditional branching in the policy.The error codes listed are handled as a success.                                                                                                                                  |
| **Proxy Settings**                          | Defines proxy settings for outbound HTTP requests.The default value is **System Defaults**.                                                                                                                                                                                                   |
| **Custom Proxy Host**                       | The proxy server host name to use when **Proxy Settings** is set to **Custom**.This field is blank by default.                                                                                                                                                                                |
| **Custom Proxy Port**                       | The proxy server port to use when **Proxy Settings** is set to **Custom**.This field is blank by default.                                                                                                                                                                                     |
