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.

To add a single-page application redirect URL in Azure AD, do the following:
  1. Sign in to the Azure portal.
  2. In the main navigation menu, select Azure Active Directory.
  3. Under Manage, select App registrations, and then select the application to add the redirect URL to.
  4. Under Manage, select Authentication, and then select Add a platform under Platform configurations.
  5. 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.
  6. Click Save.