Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing
openid
scope when requesting JWT token (#2089)
According to the Zitadel documentation, `openid` scope is required when requesting JWT tokens. Apparently Zitadel was accepting requests without it until very recently. Now lack thereof causes 400 Bad Requests which makes it impossible to authenticate to the Netbird dashboard. https://zitadel.com/docs/guides/integrate/service-users/client-credentials#2-authenticating-a-service-user-and-request-a-token
- Loading branch information