Skip to main content

Enterprise Single Sign-On

Configure the connection to Core Server​

  1. Open Windows Registry Editor.

  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Axidian-ID\SrvLocator2.

  3. Modify the ServerUrlBase string parameter and specify the URL of your Core Server, such as http(s)://dc.axidian.local/am/core/.

    Note

    When using the HTTPS protocol connection, you must install a client certificate on each Core Server.

Core Server availability check​

For client computers, you can enable Core Server availability check, as well as to configure the time period after which Core Server becomes unavailable and the client computer starts using cached data.

By default and when the policy is disabled, Core Server availability checks are turned off and not performed, and the time for determining server unavailability is unlimited.

When configuring with policies, the values are specified in the registry path HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Axidian-ID\AM\ServerAvailability and take priority over the manual configuration.

To configure the Core Server availability check:

  1. Go to the client machine with ESSO Agent installed.

  2. Open Registry Editor.

  3. Go to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Axidian-ID\AM\ServerAvailability.

  4. Set the values of the following parameters:

    • For the IsEnabled parameter, set the value 1 to enable the check.
    • For the CheckWaitTimeoutMs parameter, set the period during which the client module waits for the server availability check result, after which the server is considered unavailable. The default value is 5000 ms.
    • For the CheckResultTtlMs parameter, set the time during which the result of the previous check remains valid and is used instead of performing new checks. The default value is 6000 ms.