netbird/client/internal/auth
Bethuel Mmbaga 26bbc33e7a
Add jumpcloud IdP (#1124)
added intergration with JumpCloud User API. Use the steps in setup.md for configuration.

Additional changes:

- Enhance compatibility for providers that lack audience support in the Authorization Code Flow and the Authorization - - Code Flow with Proof Key for Code Exchange (PKCE) using NETBIRD_DASH_AUTH_USE_AUDIENCE=falseenv
- Verify tokens by utilizing the client ID when audience support is absent in providers
2023-10-03 19:33:42 +02:00
..
device_flow_test.go Add PKCE authorization flow (#1012) 2023-07-27 11:31:07 +02:00
device_flow.go Add PKCE authorization flow (#1012) 2023-07-27 11:31:07 +02:00
oauth.go Resolve client authentication issue in daemon mode (#1181) 2023-09-28 14:02:37 +02:00
pkce_flow.go Add jumpcloud IdP (#1124) 2023-10-03 19:33:42 +02:00
util.go Reimplement isValidAccessToken without reflect (#1183) 2023-09-28 23:51:47 +02:00