Add redirect URIs for Modeling and Simulation Workbench

A redirect Uniform Resource Identifier (URI) is the location where the Microsoft identity platform redirects a user's client and sends security tokens after authentication. Each has two redirect URIs that must be registered in Microsoft Entra ID. A single Application Registration handles all the redirects and security tokens for a workbench.

Prerequisites

  • An application registration in Microsoft Entra ID for the Azure Modeling and Simulation Workbench
  • A Workbench instance with a chamber and created.

Add redirect URIs for the application in Microsoft Entra ID

Follow these steps to register redirect URIs with the application registration in Microsoft Entra ID:

  1. On the overview page for your Modeling and Simulation Workbench workbench, navigate to the connector.

  2. On the Overview page for the connector, locate and document the two connector properties, Dashboard reply URL and Authentication reply URL, using the copy to clipboard icon. If these properties aren't visible, select the See More button on page to expand the window. The URLs will be of the form:

    • Dashboard reply URL: https://<dashboardFqdn>/etx/oauth2/code
    • Authentication reply URL: https://<authenticationFqdn>/otdsws/login?authhandler=AzureOIDC

    Screenshot of the connector overview page showing where you select the reply URLs.

Add redirect URIs

  1. From the Azure portal, navigate to Microsoft Entra ID

  2. From the left menu, select App registrations

  3. Locate your application registration you created for your Workbench.

  4. Under Manage, select Authentication.

  5. Under Platform configurations, select Add a platform.

  6. Under Configure platforms, select the Web tile.

  7. On the Configure Web pane, paste the Dashboard reply URL you documented in the previous step in the Redirect URI field. Then select Configure. Screenshot of the Microsoft Entra ID app Authentication page showing where you configure web authentication.

  8. Under Platform configurations > Web > Redirect URIs, select Add URI.

  9. Paste the Authentication reply URL you documented in the previous step.

  10. Select Save.

    Screenshot of the Microsoft Entra app Authentication page showing where you set the second Redirect URI.