fix(docs): add Organization.Read.All to M365 provider requirements (#7961)

This commit is contained in:
Hugo Pereira Brito
2025-06-09 12:11:14 +02:00
committed by GitHub
parent 2eaa37921d
commit 359059dee6
5 changed files with 12 additions and 10 deletions

View File

@@ -114,29 +114,29 @@ Follow these steps to assign the permissions:
3. Search and select every permission below and once all are selected click on `Add permissions`:
- `AuditLog.Read.All`: Required for Entra service.
- `Domain.Read.All`
- `Organization.Read.All`
- `Policy.Read.All`
- `SharePointTenantSettings.Read.All`
![Permission Screenshots](./img/directory-permission.png)
4. Click `Add permissions`, then grant admin consent
![Application Permissions](./img/app-permissions.png)
![Grant Admin Consent](./img/grant-admin-consent.png)
5. Click `+ Add a permission` > `Microsoft Graph` > `Delegated permissions`
4. Click `+ Add a permission` > `Microsoft Graph` > `Delegated permissions`
![Add API Permission](./img/add-delegated-api-permission.png)
6. Search and select:
5. Search and select:
- `User.Read`
![Permission Screenshots](./img/directory-permission-delegated.png)
7. Click `Add permissions`, then grant admin consent
6. Click `Add permissions`, then **grant admin consent**
![Grant Admin Consent](./img/grant-admin-consent-delegated.png)
![Grant Admin Consent](./img/grant-admin-consent.png)
The final result of permission assignment should be this:

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 KiB

After

Width:  |  Height:  |  Size: 183 KiB