From 8c92d2a0ef5de4911edc519f8984a211e992138a Mon Sep 17 00:00:00 2001 From: linoman <2051016+linoman@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:23:02 +0200 Subject: [PATCH] SAML: Add description for Graph API permissions step (#92408) * Add description for permissions step * Update docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- .../configure-security/configure-authentication/saml/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md index 3c4ca721bf4..d18be432199 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md @@ -241,7 +241,7 @@ This app registration will be used as a Service Account to retrieve more informa #### Set up permissions for the application 1. In the overview pane, look for **API permissions** section and select **Add a permission**. -1. In the **Request API permissions** pane, select **Microsoft Graph**. +1. In the **Request API permissions** pane, select **Microsoft Graph**, and click **Application permissions**. 1. In the **Select permissions** pane, under the **GroupMember** section, select **GroupMember.Read.All**. 1. In the **Select permissions** pane, under the **User** section, select **User.Read**. 1. Select **Add permissions** at the bottom of the page.