diff --git a/src/pages/docs/selfhosted/identity-providers.mdx b/src/pages/docs/selfhosted/identity-providers.mdx index de020027..5dc5d90f 100644 --- a/src/pages/docs/selfhosted/identity-providers.mdx +++ b/src/pages/docs/selfhosted/identity-providers.mdx @@ -461,3 +461,4 @@ NETBIRD_AUTH_USER_ID_CLAIM="oid" - 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`.