From e17614b813215d275e69ff7423e227a18478bb2c Mon Sep 17 00:00:00 2001 From: Bethuel Date: Fri, 5 May 2023 13:15:33 +0300 Subject: [PATCH] add correct azure scope value to device flow --- docs/integrations/identity-providers/self-hosted/azure-ad.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integrations/identity-providers/self-hosted/azure-ad.md b/docs/integrations/identity-providers/self-hosted/azure-ad.md index 6e019067..8c447351 100644 --- a/docs/integrations/identity-providers/self-hosted/azure-ad.md +++ b/docs/integrations/identity-providers/self-hosted/azure-ad.md @@ -149,4 +149,5 @@ Double-check if the endpoint returns a JSON response by calling it from your bro - Modify the value of the `AUTH_SUPPORTED_SCOPES` environment variable for the dashboard service in the docker-compose.yml file to `openid profile email offline_access api:///api`. +- Modify `Scope` value in `DeviceAuthorizationFlow` within the `management.json` to `api:///api`.