user-keySSO configuration

Steps to configure SSO using Azure

Login to Azure Portal and select Microsoft Entra ID

  • Register a New Application as follows:

    • Click on ‘App Registration’

    • Add a corresponding name

    • Click Register.

  • Add Redirect URI as follows:

  • Select the Mobile and Desktop applications platform at the bottom:

  • Use the following URL: unityhub://editor/cdm.authentication.editoraddons.editorlink/

  • Click on Configure

  • Add another platform using Single page applications:

  • Use the following URL: https://<YOUR_BASE_URL>/msal-login-popup

(check with our team since you need your base url for this)

  • Finally add another one with Single page applications using the following URL: http://localhost:51273/StreamingAssets/callback.html

  • This is how it should look like:

  • Now go to the Token Configuration section on the left sidebar:

  • Add an ‘Optional Claim’ and set as follows:

Last updated