Identity
SCIM
Also known as: System for Cross-domain Identity Management
The standard for automating user provisioning. SAML handles authentication; SCIM handles creating and disabling accounts.
SCIM — System for Cross-domain Identity Management — is the standard for automating user account provisioning. Where SAML handles "who is this person?", SCIM handles "create this account" and "disable this account."
Without SCIM: when someone joins, your IT team manually creates accounts in every application they need. When someone leaves, you manually go through each one to disable or delete their access. The gap between someone's last day and when their accounts are actually disabled is a real security window.
With SCIM: your identity provider (JumpCloud, Entra ID, Okta) pushes changes to connected applications automatically. Add someone to the Engineering group in your directory, and SCIM provisions their GitHub access. Remove them when they leave, and every connected application gets the deprovisioning event simultaneously.
SCIM is one of those features that looks administrative but has direct security implications. It's worth prioritizing in any SSO implementation.