System for Cross-domain Identity Management
SCIM is an open standard that automates the process of creating, updating, and removing user accounts across different applications and services. Instead of administrators manually setting up users in each system, SCIM lets an identity source and a target application exchange user information automatically. It is commonly used to keep user accounts in cloud applications in sync with a central identity system.
SCIM (System for Cross-domain Identity Management) is an open-standard, application-level protocol for automating the exchange of identity information, such as user and group records, between identity domains, typically an identity provider or authoritative source and downstream service providers. It uses JSON-formatted resources over REST and supports several authentication methods for securing the API, per the evidence provided. SCIM addresses identity lifecycle provisioning and de-provisioning (an IGA administration concern) rather than runtime authentication or authorization decisions; the specification was created in 2011 and is oriented toward managing identities in cloud-based applications and services. Note that the evidence does not specify a particular SCIM version, RFC number, or the exact set of supported authentication methods, so those details should be confirmed against the applicable specification and deployment configuration.
Why it matters
In most modern environments, identity data must be synchronized across dozens or hundreds of SaaS applications, and doing this manually is slow, error-prone, and a governance liability. SCIM matters because it standardizes the automated exchange of user and group records between an authoritative identity source and downstream service providers, reducing the reliance on custom, per-application integration code. This directly supports identity lifecycle management: when a user joins, changes roles, or leaves, those changes can propagate to connected applications automatically rather than depending on administrators to touch each system.
The de-provisioning side is where SCIM is especially consequential from a security and governance standpoint. Orphaned accounts, accounts that remain active after a user has left or changed roles, are a well-recognized source of standing access risk. Automating timely account removal or disablement through a standard protocol helps close the gap between an HR or identity system of record and the applications that trust it. This addresses an IGA administration concern (provisioning and de-provisioning), not a runtime enforcement concern; SCIM does not make authentication or authorization decisions at access time.
Because SCIM is an open standard rather than a proprietary connector format, it also reduces vendor lock-in for provisioning integrations and lets organizations connect a central identity system to many SCIM-capable applications with a more consistent operational model. The precise behavior, supported schema extensions, and authentication methods still vary by implementation and deployment configuration, so the standard sets expectations without guaranteeing uniform behavior across every product.
Who it's relevant to
Inside SCIM
Common questions
Answers to the questions practitioners most commonly ask about SCIM.
