[GH-ISSUE #3310] SCIM support for the control plane #6761

Open
opened 2026-08-05 01:10:00 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @Kamillaova on GitHub (Feb 12, 2025).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/3310

SCIM is a standardized way to synchronize users between an application and an IdP (or an IdP with an IdP), AFAIU Netbird currently has no way to synchronize (in real time) Netbird's ACL groups from an IdP, adding SCIM support would solve that problem.

Such a task could also be implemented by using IdP-specific API endpoints or so, but that's not good since it's an IdP-specific solution.
For example, #2073. If retrieving user information was implemented in a standardized way, this problem wouldn't exist. (I also really can't understand why it's implemented in an IdP-specific way, lol)

I also seen this comment from 2023: https://github.com/zitadel/zitadel/discussions/1931#discussioncomment-6811828

Originally created by @Kamillaova on GitHub (Feb 12, 2025). Original GitHub issue: https://github.com/netbirdio/netbird/issues/3310 SCIM is a standardized way to synchronize users between an application and an IdP (or an IdP with an IdP), AFAIU Netbird currently has no way to synchronize (in real time) Netbird's ACL groups from an IdP, adding SCIM support would solve that problem. Such a task could also be implemented by using IdP-specific API endpoints or so, but that's not good since it's an IdP-specific solution. For example, #2073. If retrieving user information was implemented in a standardized way, this problem wouldn't exist. (I also really can't understand why it's implemented in an IdP-specific way, lol) I also seen this comment from 2023: https://github.com/zitadel/zitadel/discussions/1931#discussioncomment-6811828
saavagebueno added the feature-request label 2026-08-05 01:10:00 -04:00
Sign in to join this conversation.
No Label feature-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#6761