Skip to main content

Create an Azure App Registration

warning

It is important to follow all the steps in this guide to ensure a successful configuration of Entra ID authentication.

If you encounter any issues, please contact support.

Portal includes a built-in Microsoft authentication provider that uses Microsoft Azure Entra ID OAuth for user authentication. To enable Entra ID authentication for your Portal instance, follow these steps.

Follow the guidelines in Configure App Registration on Azure and the Outbound Network Access to create a new App Registration in Azure named Spotify Portal or similar. When specifying the Redirect URI, use:

https://<YOUR_COMPANY>.spotifyportal.com/api/auth/microsoft/handler/frame

Next Steps

You now have a new Azure App Registration. We will use it in the next section to configure the Microsoft Graph provider in Portal to ingest users and groups from your organization.

Continue to the next section to learn how to configure Microsoft Graph and complete this integration.