Register a single-page application redirect URL in Azure AD
If the Equitrac Web Client needs to be accessed remotely (for example, using a host name instead of “localhost”) then a single-page application (SPA) redirect URL is required.
- Sign in to the Azure portal.
- In the main navigation menu, select Azure Active Directory.
- Under Manage, select App registrations, and then select the application to add the redirect URL to.
- Under Manage, select Authentication, and then select Add a platform under Platform configurations.
-
In the Configure platforms section, select
Single-page application and add the following
redirect URLs:
- https://localhost/EQWebClient/Areas/WebSystemManager/Content/Blank.html.
- https://localhost/EQWebClient/Areas/WebSystemManager/Content/Blank.html. Replace 'localhost' with the server name used to access the Equitrac Web Client remotely. It can be hostname or IP address.
- Click Save.