Documentation: Fix inconsistency in Entra SAML docs (#110314)

Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com>
This commit is contained in:
Zachary Sistrunk
2025-09-09 09:09:39 +00:00
committed by GitHub
co-authored by Irene Rodríguez
parent 11f90e9eb1
commit ac1cd43fac
@@ -128,12 +128,12 @@ This app registration will be used as a Service Account to retrieve more informa
The following table shows what the permissions look like from the Entra ID portal:
| Permissions name | Type | Admin consent required | Status |
| ---------------- | ----------- | ---------------------- | ------- |
| `Group.Read.All` | Application | Yes | Granted |
| `User.Read` | Delegated | No | Granted |
| `User.Read.All` | Application | Yes | Granted |
| Permissions name | Type | Admin consent required | Status |
| ---------------------- | ----------- | ---------------------- | ------- |
| `GroupMember.Read.All` | Application | Yes | Granted |
| `User.Read` | Delegated | No | Granted |
| `User.Read.All` | Application | Yes | Granted |
{{< figure src="/media/docs/grafana/saml/graph-api-app-permissions.png" caption="Screen shot of the permissions listed in Entra ID for the App registration" >}}
{{< figure src="/media/docs/IAM/image.png" caption="Screen shot of the permissions listed in Entra ID for the App registration" >}}
To test that Graph API has the correct permissions, refer to the [Troubleshoot Graph API calls](../troubleshoot-saml/#troubleshoot-graph-api-calls) section.