add correct azure scope value to device flow

This commit is contained in:
Bethuel
2023-05-05 13:15:33 +03:00
parent a133021c16
commit e17614b813

View File

@@ -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://<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`.
- Modify `Scope` value in `DeviceAuthorizationFlow` within the `management.json` to `api://<application_id>/api`.