diff --git a/docs/integrations/identity-providers/self-hosted/azure-ad.md b/docs/integrations/identity-providers/self-hosted/azure-ad.md index 3c8a6fe4..6e019067 100644 --- a/docs/integrations/identity-providers/self-hosted/azure-ad.md +++ b/docs/integrations/identity-providers/self-hosted/azure-ad.md @@ -146,6 +146,7 @@ Double-check if the endpoint returns a JSON response by calling it from your bro } } ``` -- Modify the `api` scope within dashboard enviroment variable `AUTH_SUPPORTED_SCOPES` located in docker-compose.yml to `api:///api`. + +- 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`.