Microsoft Graph API Connection Configuration
...
Copy the "Value" of the newly created client secret.
Note |
---|
Important: Ensure you copy the Value, not the Secret ID. The Value is required for authentication and will be hidden once you leave the page. |
...
9- Select “Microsoft Graph” and add Directory.Read.All
for the “Application” type.
Info |
---|
Pro Tip:To grant the minimum permissions, you may use:
|
...
You may encounter permission errors if your environment has nested groups, where a parent group has sufficient access but a child group does not |
...
. In that case, you may use:
If you need to collect the licenses, you need permission to read the directory.
The table below explains the different levels of permissions and their capabilities. |
Permissions and their capabilities |
|
|
|
---|
...
Collects Users and Groups |
| ||
Collects nested groups (parent-child relationship) |
| ||
Collects the Licenses |
Ask your Azure Admin to provide consent for the required permission. The settings should be as follows:
...