Keyfactor Command Claims Proxy appsetting.json File

The ClaimsProxy appsettings.json configuration file allows you to view or modify the configuration settings for the Claims Proxy service.

To update the appsettings.json file:

  1. Navigate to the ClaimsProxy\Configuration folder on your server, located by default at:

    C:\Program Files\Keyfactor\Keyfactor Platform\ClaimsProxy\Configuration
  2. Browse to open the appsettings.json file in Notepad++ and adjust the values as needed as per Table 85: Appsetting.json File Parameters - ClaimsProxy.
  3. Save the file.

Table 85: Appsetting.json File Parameters - ClaimsProxy

Setting Description
NLog Config File

Enter the file path to the NLog_ClaimsProxy.config file as a subdirectory of the ClaimsProxy directory. The default is:

Configuration\\NLog_ClaimsProxy.config

This translates to, for example:

C:\Program Files\Keyfactor\Keyfactor Platform\ClaimsProxy\Configuration\NLog_ClaimsProxy.config
Extensions Directory

Enter the file path to the extensions to be loaded by the extension loader as a subdirectory of the ClaimsProxy directory (for registration handler, workflow step, etc... support). The default value is Extensions. This translates to, for example:

C:\Program Files\Keyfactor\Keyfactor Platform\ClaimsProxy\Extensions
Sql Retry Configuration SQL retry settings (seeKeyfactor Command Changing SQL Retry Settings for more information).
Setting Description
Number Of Tries The number of times it will try the connection before an exception is thrown
Delta TimeThe preferred gap time (in seconds) to delay before retry
Max Time IntervalThe maximum gap time (in seconds) for each delay time before retry
Reverse Proxy These settings should only be changed on advice and guidance from Keyfactor Support.
Clusters

The Clusters address field is populated by the URL for the API that is entered on the configuration wizard orchestrators tab and is automatically added to this file when the configuration wizard is saved.

Figure 439: Sample ClaimsProxy Appsettings.json File