[GH-ISSUE #230] SCIM support #115

Open
opened 2026-02-17 17:06:11 -05:00 by yindo · 1 comment
Owner

Originally created by @DecDuck on GitHub (Aug 31, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/230

We should implement an SCIM-compatible endpoint for syncing user accounts to Drop. It's a RESTful protocol, and only uses a couple endpoints, so should be fairly doable. Famous last words, though.

Originally created by @DecDuck on GitHub (Aug 31, 2025). Original GitHub issue: https://github.com/Drop-OSS/drop/issues/230 We should implement an SCIM-compatible endpoint for syncing user accounts to Drop. It's a RESTful protocol, and only uses a couple endpoints, so should be fairly doable. Famous last words, though. - https://workos.com/blog/scim-implementation-examples - https://www.merge.dev/blog/how-scim-provisioning-works - https://developers.onelogin.com/scim/implement-scim-api
yindo added the featureconfirmed labels 2026-02-17 17:06:11 -05:00
Author
Owner

@CEbbinghaus commented on GitHub (Nov 25, 2025):

Just butting in to give my 2c, but I would hold off on this feature, perhaps even indefinitely. SCIM can be a bitch and there is very rarely ever any demand for it. Its a very enterprise requirement that normal self hosters will rarely if ever need (if you do require SCIM. Please comment below). I would much rather see LDAP support (although even that isn't as important as OIDC which Drop already has)

@CEbbinghaus commented on GitHub (Nov 25, 2025): Just butting in to give my 2c, but I would hold off on this feature, perhaps even indefinitely. SCIM can be a bitch and there is very rarely ever any demand for it. Its a very enterprise requirement that normal self hosters will rarely if ever need (if you do require SCIM. Please comment below). I would much rather see LDAP support (although even that isn't as important as OIDC which Drop already has)
yindo changed title from SCIM support to [GH-ISSUE #230] SCIM support 2026-06-05 14:21:31 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#115