mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
🚀 Feature: Support SCIM for cloud providers #572
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 @layertwo on GitHub (Dec 24, 2025).
Feature description
SCIM is a system for allowing provisioning of user accounts in external systems, primarily on cloud providers.
This feature would allow Pocket-ID to interface with say AWS, and have the existing user accounts provisioned on the cloud provider.
Reference: https://scim.cloud/
Pitch
I'm currently using Authentik as my IDP and am using it with SCIM to provision my user accounts in AWS. This is incredibly useful since I am able to build permission policies around groups and users that are defined in my IDP.
Without SCIM, the user accounts do not exist on the cloud provider until the user logs in the first time.