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`.