From 133858966bc960f75d0287dcbf5427363c5c8f4b Mon Sep 17 00:00:00 2001 From: Daniel Doberenz Date: Tue, 19 Dec 2023 06:56:13 +0100 Subject: [PATCH] Specified allowed scopes in the documentation Signed-off-by: Daniel Doberenz --- docs/auth/microsoft/provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/microsoft/provider.md b/docs/auth/microsoft/provider.md index 245e3ffe75..bb8a7db6e4 100644 --- a/docs/auth/microsoft/provider.md +++ b/docs/auth/microsoft/provider.md @@ -28,7 +28,7 @@ On the **API permissions** tab, click on `Add Permission`, then add the followin - `openid` - `profile` - `User.Read` -- Optional custom scopes you defined in the app-config.yaml file. +- Optional custom scopes of the `Microsoft Graph` API defined in the app-config.yaml file. Your company may require you to grant [admin consent](https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/user-admin-consent-overview) for these permissions. Even if your company doesn't require admin consent, you may wish to do so as it means users don't need to individually consent the first time they access backstage.