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:
  1. Sign in to the Microsoft Entra admin center.
  2. In the main navigation menu, select Applications > App registrations, and then select the application to add the redirect URL to.
  3. Under Manage, select Authentication, and then select Add a platform under Platform configurations.
  4. 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.
  5. Click Save.