- Previously, the User Access URL was configured in the web.config file under the loginURL attribute within the system.web → authentication section.
- In the 7.6 version, this configuration must now be updated in the appsettings.json file.
Steps to follow:
- Open the appsettings.json file from the path specified in the system environment variable RD_APP.
- Add or update the User Access URL in the appropriate key (as per the new structure).
- Ensure that the SSOType is set to AzureADSSO in the configuration.
Note: The configuration has been migrated from web.config (XML-based) to appsettings.json (JSON-based), so make sure all related settings are updated accordingly to avoid authentication issues.