Jump to content

System for Cross-domain Identity Management

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Hovlandsvag (talk | contribs) at 05:13, 10 December 2014 (Created just a simple page for SCIM). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

System for Cross-domain Identity Management (SCIM) is a standard for exchanging identity information between IT systems, using a standardised API through REST with data formatted in JSON or XML.

The first version, SCIM 1.0, was released in 2011[1], while the current standard, SCIM 1.1, was released in 2012. A working group in IETF are currently working on SCIM 2.0. The standard has been implemented in various IdM software.

The standard was initially called Simple Cloud Identity Management, but soon changed it name to System for Cross-domain Identity Management (SCIM).[2] One of the motivations for the standard was to create interoperability with different cloud based software.

Authentication

The standard is open to authentication and authorization, as it should be possible to switch, but recommends support for OAuth2's Bearer tokens. X.509 is also usable.

References