SCIM 2.0
A standard REST API and resource model for provisioning and deprovisioning users and groups across systems — the protocol that drives the JML lifecycle instead of custom scripts.
aka: SCIM
SCIM standardizes what login-time protocols like SAML and OIDC don’t cover: creating, updating, and disabling accounts as an identity’s relationship with the organization changes. Before SCIM, this meant proprietary connectors or brittle scripts per app; SCIM gives every vendor the same User, Group, and EnterpriseUser resource model to implement once.