mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[GH-ISSUE #230] SCIM support #115
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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)
SCIM supportto [GH-ISSUE #230] SCIM support