Migrate to the root directory of the installation folder of web application.
The file assets\config.json contains the “authenticationMode” value which determines the authentication type associated with this web application. You can select from the values 0, 1, 2, and 3. The value must be in sync with the value configured in the service configuration in order to work.
If basic authentication or VNA STS based authentication is selected, the relevant allowed_domains array would need to be updated to ensure the supported domain matches the value configured in Domain section of Acuo.AuditManager.Service.Installer.exe.config. An empty string in allowed_domain array signifies support of local user. The file assets\config.json contains several mentions of the endpoint address to access as well as IdP configurations. These values need to be in sync with the service configuration as well.
For the web app to be available for use from outside the system, a fully qualified name or IP is required instead of a localhost.