Portal can ingest organizational data—such as users and teams—from your Microsoft Entra ID tenant via the Microsoft Graph API. To do this, you must grant specific permissions to your Azure App Registration and configure the Microsoft Graph provider in Portal.Documentation Index
Fetch the complete documentation index at: https://backstage.spotify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Configure Permissions for Microsoft Graph in Azure
Portal requires the App Registration to have the following Application permissions (not Delegated) for Microsoft Graph:GroupMember.Read.AllUser.Read.All
Configure the Microsoft Graph Provider in Portal
- From the admin sidebar section, select Plugins -> Catalog -> View
- Scroll to
catalog.providers.microsoftGraphOrgand select Option 2 - Add a new configuration entry named
default - from your Azure App Registration:
clientIdclientSecrettenantId

- For
user.filteradd

- For
group.filteradd

- Under
schedule, setfrequency(e.g., 1 hour),timeout(e.g., 50 minutes) andinitialDelay(e.g., 30 seconds).

- Click Save changes.