diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/saml/configure-saml-with-azuread/_index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/saml/configure-saml-with-azuread/_index.md index 54a48e18eaf..9d9d929288d 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/saml/configure-saml-with-azuread/_index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/saml/configure-saml-with-azuread/_index.md @@ -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.