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.