user-keySSO configuration

Steps to configure SSO using Azure

Use this page to configure Azure SSO for Bridge XR.

Goal

Create an application registration in Microsoft Entra ID that can be used by:

  • the web dashboard

  • the web player

  • the Unity-side login flow where required

Step 1: open Microsoft Entra ID

Log in to Azure Portal and open Microsoft Entra ID.

Open Microsoft Entra ID
Open Microsoft Entra ID

Step 2: register a new application

  1. Open App registrations.

  2. Create a new application.

  3. Give it a clear name.

  4. Click Register.

Azure app registrations
Azure app registrations
Create a new Azure application
Create a new Azure application

Step 3: add redirect URIs

Add the required redirect URIs for Bridge XR.

Mobile and Desktop applications

Add:

unityhub://editor/cdm.authentication.editoraddons.editorlink/

Select Mobile and Desktop applications
Select Mobile and Desktop applications
Configure the Mobile and Desktop redirect URI
Configure the Mobile and Desktop redirect URI

Single-page application for the deployed dashboard

Add:

https://<YOUR_BASE_URL>/msal-login-popup

Use your final Bridge XR dashboard base URL.

Add a single-page application redirect URI
Add a single-page application redirect URI
Configure the dashboard redirect URI
Configure the dashboard redirect URI

Local callback

Add:

http://localhost:51273/StreamingAssets/callback.html

Add the local callback redirect URI
Add the local callback redirect URI

Once configured, the application should include all required redirect URIs.

Completed Azure redirect URI setup
Completed Azure redirect URI setup

Step 4: configure token claims

  1. Open Token configuration.

  2. Add the required Optional Claim.

Open Token configuration
Open Token configuration
Add the required Optional Claim
Add the required Optional Claim

Next step

After Azure is configured, continue with SSO Integration.

Last updated