Register a single-page application redirect URL for Equitrac Web Client
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.
To add a single-page application redirect URL in Microsoft Entra ID, do the
following:
- Sign in to the Microsoft Entra admin center.
- In the main navigation menu, select Applications > 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://<server>/EQWebClient/Areas/WebSystemManager/Content/Blank.html. Replace '<server>' with the server name used to access the Equitrac Web Client remotely. It can be hostname or IP address.
- Click Save.