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.
..\<AMT_ENVIRONMENT>\AmtTools\ApplicationCenterCore\The relevant section of the file is shown below:
"Amt": {
"AmtCookieEncryptionKey": "eN5lwyldYKKCLzjwYGfY2rpRa791JMFSke5PDTRL0lA=",
...
}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. |
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.