netbird/management/server/idp
Gabriel Górski 4da29451d0
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
2024-06-04 10:46:24 +02:00
..
auth0_test.go Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00
auth0.go Implement Auth0 IdP get all connections method (#1613) 2024-02-28 16:57:35 +01:00
authentik_test.go Validate authentik issuer url (#1723) 2024-03-18 10:12:46 +01:00
authentik.go Validate authentik issuer url (#1723) 2024-03-18 10:12:46 +01:00
azure_test.go Optimize Cache and IDP Management (#1147) 2023-10-03 16:40:28 +02:00
azure.go Get scope from endpoint url instead of hardcoding (#1770) 2024-04-02 13:43:57 +02:00
google_workspace.go Add Pagination for IdP Users Fetch (#1210) 2023-10-11 17:09:30 +03:00
idp.go Add jumpcloud IdP (#1124) 2023-10-03 19:33:42 +02:00
jumpcloud_test.go Add jumpcloud IdP (#1124) 2023-10-03 19:33:42 +02:00
jumpcloud.go Add jumpcloud IdP (#1124) 2023-10-03 19:33:42 +02:00
keycloak_test.go Optimize Cache and IDP Management (#1147) 2023-10-03 16:40:28 +02:00
keycloak.go Optimize Cache and IDP Management (#1147) 2023-10-03 16:40:28 +02:00
mock.go add owner role support (#1340) 2023-12-01 17:24:57 +01:00
okta_test.go Optimize Cache and IDP Management (#1147) 2023-10-03 16:40:28 +02:00
okta.go Fix function names in comments (#1816) 2024-04-09 13:18:38 +02:00
util.go Add Okta IdP (#859) 2023-05-29 14:52:04 +02:00
zitadel_test.go Optimize Cache and IDP Management (#1147) 2023-10-03 16:40:28 +02:00
zitadel.go Add missing openid scope when requesting JWT token (#2089) 2024-06-04 10:46:24 +02:00