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.
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.
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.