AMT Help Files

Appsettings Configuration

After the authentication method has been configured, it is time to configure the remaining setting in the appsettings.json files. To start, please learn how to generate keys that will be used in the appsettings.json files.

Application Center

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

    The relevant section of the file is shown below:

     "Amt": {
      "AmtCookieEncryptionKey": "eN5lwyldYKKCLzjwYGfY2rpRa791JMFSke5PDTRL0lA=",
    ...
    },
    warningDo 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.
    The AmtCookieEncryptionKey set in the Application Center needs to be identical to the same key set in the Blazor Web Clients to function 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 for configuration. These options are listed on the Transation Renderer Blazor appsettings page.

 

Altogether, setting the URLs through either the setup tool or manually, configuring the authentication settings, and configuring all things mentioned on this page, completes the required changes to be made to the appsettings files for the Control Center and Application Center.