User:Justapersona/SCIM

From Wikipedia, the free encyclopedia

System for Cross-domain Identity Management (SCIM) is an open standard for automating the exchange of user identity information between identity domains, or IT systems.

For example, as a company hires and fires employees, they are added and removed from the company's electronic employee directory. SCIM could be used to automatically add/delete (or, provision/de-provision) accounts for those users in external systems such as Google Apps for Work, Office 365, or Salesforce.com. Then, a new user account would exist in the external systems for each new employee, and the user accounts for former employees might no longer exist in those systems.

In addition to simple user-record management (creating & deleting), SCIM can also be used to share information about user attributes, attribute schema, and group membership. Attributes could range from user contact information to group membership. Group membership or other attribute values are generally used to manage user permissions. Attribute values and group assignments can change, adding to the challenge of maintiaining the relevant data across multiple identity domains. [1]

The SCIM standard has grown in popularity and importance, as organizations use more SaaS tools.[2][3] A large organization can have hundreds or thousands of hosted applications (internal and external) and related servers, databases and file shares that require user provisioning. Without a standard connection method, companies must write custom software connectors to join these systems and their IdM system.[4]

SCIM uses a standardised API through REST with data formatted in JSON or XML.[1]

History[edit]

The first version, SCIM 1.0, was released in 2011 by a SCIM standard working group organized under the Open Web Foundation.[5] In 2011, it was transferred to the IETF, and the current standard, SCIM 1.1 was released as IETF RFC in 2012.[2][6] The working group in IETF is currently working on SCIM 2.0; draft 19 was published in May, 2015.[1] The standard has been implemented in various IdM software.[7]

The standard was initially called Simple Cloud Identity Management (as it is still called this in some places), but the name was officially changed to System for Cross-domain Identity Management (SCIM) when the IETF adopted it.[8]

Interoperability was demonstrated in October, 2011, at the Cloud Identity Summit, an IAM industry conference. There, user accounts were provisioned and de-provisioned across separate systems using SCIM standards, by a collection of IdM software vendors: Ping Identity, SailPoint, Technology Nexus and UnboundID.[3] In March 2012, at IETF 83 in Paris, Interoperability tests continued by the same vendors, joined by Salesforce.com, BCPSoft, WSO2, Gluu, and Courion (nine companies, total).[9]

SCIM is not the first standard for exchanging user data, but it builds on prior standards (e.g. SPML, PortableContacts, vCards, and LDAP directory services) in an attempt to be a simpler and more widely-adopted solution for cloud services providers.[10][11]

References[edit]

  1. ^ a b c Internet Engineering Task Force, Network Working Group (May 11, 2015). System for Cross-Domain Identity Management: Core Schema. Draft 19. Retrieved 2015-05-17.
  2. ^ a b Wilson, Neil (June 22, 2011). "SCIMming along..." UnboundID blog. Retrieved May 11, 2015. {{cite web}}: Unknown parameter |url2= ignored (help)
  3. ^ a b "Identity Management Companies To Demonstrate Simple Cloud Identity Management (SCIM) Specification at Internet Identity Workshop (IIW)" (Press release). SailPoint. October 18, 2011. Retrieved May 11, 2015.
  4. ^ Grizzle, Kelly (March 10, 2014). "SCIM: Provisioning users, killing connectors". SecureID News. SecureID. Retrieved May 17, 2015.
  5. ^ "SCIM Overview". SimpleCloud.info. Simple Cloud Identity Management. Retrieved May 17, 2015.
  6. ^ Internet Engineering Task Force, Network Working Group (August 2, 2012). System for Cross-Domain Identity Management: Core Schema 1.1. Version 1.1. Retrieved 2015-05-11.
  7. ^ "Known SCIM 1.1 implementations". SimpleCloud.info. Simple Cloud Identity Management. Retrieved May 17, 2015.
  8. ^ Hunt, Phil (February 27, 2014). "Standards Corner: SCIM and the Shifting Enterprise Identity Center of Gravity". Oracle Fusion Middleware (blog). Oracle. Retrieved May 17, 2015.
  9. ^ "Logistics and attendee info for the March 20012 SCIM interop event". SCIM, Simple Cloud Identity Management. April 26, 2012. Retrieved May 11, 2015.
  10. ^ "SCIM: How It Works" (Article). PingIdentity.com. Retrieved May 11, 2015.
  11. ^ Internet Engineering Task Force, Network Working Group (May 11, 2015). "Section 1, Introduction". System for Cross-Domain Identity Management: Core Schema. Draft 19. Retrieved 2015-05-11.

External links[edit]

Category:Identity management