AMT Help Files

Appsettings Configuration

After you configure the authentication method, configure the remaining settings in the appsettings.json files. First, learn how to generate keys to use in these files.

Application Center

  1. Navigate to the following directory:
    • ..\<AMT_ENVIRONMENT>\AmtTools\ApplicationCenterCore\
  2. Open the appsettings.json file in this directory with a text editor.

    The relevant section of the file is shown below:

    "Amt": {
      "AmtCookieEncryptionKey": "eN5lwyldYKKCLzjwYGfY2rpRa791JMFSke5PDTRL0lA=",
      ...
    }

    warning Do not use the key from this example.

  3. Use the key generator in the Setup tool to generate a unique key for the AmtCookieEncryptionKey setting.
    Warning
    The AmtCookieEncryptionKey set in Application Center must be identical to the key set in the Blazor Web Clients for this feature to work correctly.
  4. Save the appsettings.json file.

TransactionRendererBlazor

While it is not required for the TransactionRendererBlazor Web Application to have its appsettings.json file configured, optional settings are available. These options are listed on the Transaction Renderer Blazor appsettings page.

After you set the URLs by using either the setup tool or the manual method, configure the authentication settings and the settings described on this page. This completes the required appsettings configuration changes for Control Center and Application Center.

Contents