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.
..\<AMT_ENVIRONMENT>\AmtTools\ApplicationCenterCore\The relevant section of the file is shown below:
"Amt": {
"AmtCookieEncryptionKey": "eN5lwyldYKKCLzjwYGfY2rpRa791JMFSke5PDTRL0lA=",
...
}warning Do not use the key from this example.
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. |
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.