[PR #1124] Add jumpcloud IdP #3010

Open
opened 2025-11-20 08:04:40 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/1124

State: closed
Merged: Yes


Describe your changes

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

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary
**Original Pull Request:** https://github.com/netbirdio/netbird/pull/1124 **State:** closed **Merged:** Yes --- ## Describe your changes Added intergration with JumpCloud User API. Use the steps in [setup.md](https://github.com/netbirdio/docs/pull/83/files#diff-4f558bee056573d91b97c5cb4ce33727ea6df64f8ea7e74458c936af677d4be0R1143) 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=false`env - Verify tokens by utilizing the client ID when audience support is absent in providers ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary
saavagebueno added the pull-request label 2025-11-20 08:04:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#3010