step for scope modification in dashboard service

This commit is contained in:
Bethuel
2023-04-27 09:22:23 +03:00
parent 81892244d1
commit 9735c70ab0

View File

@@ -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://<application_id>/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://<application_id>/api`.