Skip to main content
New 200+ startup directories & guest blogging sites — $25 Get the datasets →

SCIM

System for Cross-domain Identity Management

A standard protocol for provisioning and deprovisioning users across software systems.

Definition

SCIM (System for Cross-domain Identity Management) is a protocol for automating user provisioning across applications. When employees join, change roles, or leave, SCIM automatically creates, updates, or removes their accounts in connected tools.

How SCIM Works

  1. Change occurs in identity provider (new hire, role change, termination)
  2. IdP sends SCIM request to connected applications
  3. Applications create, update, or delete user accounts
  4. Changes propagate automatically without manual intervention

SCIM Operations

OperationWhat It Does
CreateAdd new user account
ReadRetrieve user information
UpdateModify user attributes or roles
DeleteRemove user account
DeactivateDisable without deleting

Why SCIM Matters

Security

  • Automatic deprovisioning when employees leave
  • No forgotten accounts in old tools
  • Reduced risk of unauthorized access

Efficiency

  • No manual account creation
  • Consistent user data across tools
  • Faster onboarding

Compliance

  • Audit trail of provisioning actions
  • Consistent access controls
  • Easier access reviews

SCIM vs SSO

AspectSCIMSSO
PurposeUser lifecycle managementAuthentication
ActionCreate/update/delete accountsVerify identity
When usedAccount changesLogin time

Most enterprises use both together.

Frequently Asked Questions

Does every tool support SCIM?

No. SCIM support is typically an enterprise feature. Smaller tools may not support it at all. Check vendor documentation or ask sales about SCIM support.

Can I use SCIM without SSO?

Technically yes, but they work best together. SCIM provisions accounts; SSO authenticates users. Without SSO, users still need separate passwords for each tool.

What identity providers support SCIM?

Major IdPs including Okta, Azure AD, Google Workspace, and OneLogin support SCIM. The IdP acts as the source of truth, pushing changes to connected applications.

Related