Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Related topics:

Page Tree
rootSCIM - System for Cross-domain Identity Management (SCIM)
startDepth3

...

System for Cross-Domain Identity Management (SCIM) is a standard protocol/API for user provisioning. SCIM is now supported by most major identity providers, including but not limited to Azure AD, Okta, OneLogin etc. 

SCIM is a REST-like protocol and works over HTTP(S). The identity provider sends provisioning instructions to registered applications whenever changes occur by calling REST endpoints in the provisioned application (e.g. Jira or Confluence). This can be far more efficient than API Connectors which rely on full synchronization/snapshotting. In SCIM, only specific changes need to be transmitted once initial sync has been established, giving it far betteer better scalability characteristics, and is recommended for larger user directories.

...