[PR #1147] Optimize Cache and IDP Management #16107

Closed
opened 2026-08-05 04:05:43 -04:00 by saavagebueno · 0 comments
Owner

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

State: closed
Merged: Yes


Describe your changes

This pull request modifies the IdP and cache manager(s) to prevent the sending of app metadata to the upstream IDP on self-hosted instances. As a result, the IdP will now load all users from the IdP without filtering based on accountID.

We disable user invites as the administrator's own IDP system manages them.

  • Netbird and Keycloak connect to LDAP don't work - #1126
  • Google Workspace IdP not setting email addresses properly - #1115
  • Fix bug with updating Keycloak user attributes - #1095

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/1147 **State:** closed **Merged:** Yes --- ## Describe your changes This pull request modifies the IdP and cache manager(s) to prevent the sending of app metadata to the upstream IDP on self-hosted instances. As a result, the IdP will now load all users from the IdP without filtering based on accountID. We disable user invites as the administrator's own IDP system manages them. ## Issue ticket number and link * Netbird and Keycloak connect to LDAP don't work - [#1126](https://github.com/netbirdio/netbird/issues/1126) * Google Workspace IdP not setting email addresses properly - [#1115](https://github.com/netbirdio/netbird/issues/1115) * Fix bug with updating Keycloak user attributes - [#1095](https://github.com/netbirdio/netbird/pull/1095) ### Checklist - [x] 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 2026-08-05 04:05:43 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#16107