TOC 
 D. Rolls, Ed.
Internet-DraftSailpoint
Intended status: Standards TrackP. Harding, Ed.
Expires: November 25, 2011Ping Identity Corp.
 June 28, 2011


SCIM scenarios
draft-scim-scenarios-04

Abstract

The Simple Cloud Identity Management (SCIM) specification is designed to make managing user identity in cloud based applications and services easier. The specification suite seeks to build upon experience with existing schemas and deployments, placing specific emphasis on simplicity of development and integration, while applying existing authentication, authorization, and privacy models. It's intent is to reduce the cost and complexity of user management operations by providing a common user schema and extension model, as well as binding documents to provide patterns for exchanging this schema using standard protocols. In essence, make it fast, cheap, and easy to move users in to, out of, and around the cloud.

The SCIM scenarios are overview user stories designed to help clarify the intended scope of the SCIM effort. They are part use case, part user story and part overall positioning document.

Status of this Memo

This document is an Internet-Draft and is subject to all provisions of Section 3 of RFC 3667. By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she is aware have been or will be disclosed, and any of which he or she become aware will be disclosed, in accordance with RFC 3668.

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at http://datatracker.ietf.org/drafts/current/.

Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work in progress.”

This Internet-Draft will expire on November 25, 2011.



Table of Contents

1.  SCIM User Scenarios
    1.1.  Background & Context
    1.2.  Model Concepts
        1.2.1.  Triggers
        1.2.2.  Actors
        1.2.3.  Modes & Flows
        1.2.4.  Bulk & Batch Operational Semantics
    1.3.  Cloud Service Provider to Cloud Service Provider Flows (CSP->CSP)
        1.3.1.  CSP->CSP - Create Identity (Push)
        1.3.2.  CSP->CSP - Update Identity (Push)
        1.3.3.  CSP->CSP - Delete Identity (Push)
        1.3.4.  CSP->CSP - Sync Identity (Push & Pull)
        1.3.5.  CSP->CSP - SSO Trigger (Push)
        1.3.6.  CSP->CSP - SSO Trigger (Pull)
        1.3.7.  CSP->CSP - Password Reset (Push)
    1.4.  Enterprise Cloud Subscriber to Cloud Service Provider Flows (ECS->CSP)
        1.4.1.  ECS->CSP - Create Identity (Push)
        1.4.2.  ECS ->CSP - Update Identity (Push)
        1.4.3.  ECS ->CSP - Delete Identity (Push)
        1.4.4.  ECS ->CSP - SSO Pull
Appendix A.  Document History
§  Authors' Addresses
§  Intellectual Property and Copyright Statements




 TOC 

1.  SCIM User Scenarios



 TOC 

1.1.  Background & Context

The Simple Cloud Identity Management (SCIM) specification is designed to make managing user identity in cloud based applications and services easier. The specification suite seeks to build upon experience with existing schemas and deployments, placing specific emphasis on simplicity of development and integration, while applying existing authentication, authorization, and privacy models. It's intent is to reduce the cost and complexity of user management operations by providing a common user schema and extension model, as well as binding documents to provide patterns for exchanging this schema using standard protocols. In essence, make it fast, cheap, and easy to move users in to, out of, and around the cloud.

The SCIM scenarios are overview user stories designed to help clarify the intended scope and general operation of the SCIM effort. They are part use case, part user story and part overall positioning document. For consistency, they are based on and relate back to the latest protocol specification (REST API) and the latest core schema.

To aid reading, understanding and commenting on the SCIM scenarios, this document makes consistent use of the three key model concepts called Triggers, Actors and Modes. Each of these concepts is discussed in more detail in the Model Concepts section of this document.  In summary, Triggers are things that start SCIM flows, Actors are the operating parities participating in the flow, and Modes represent the overall intent of the action (push or pull). There is nothing normative or overly definitive about these model terms. They are only relevant to SCIM to the extent in which they help frame the discussion and create a common language for the ongoing discussion.



 TOC 

1.2.  Model Concepts



 TOC 

1.2.1.  Triggers

Quite simply, triggers are actions or activities that start SCIM flows. Triggers may not be relevant at the protocol or the schema, they really serve to help identity the type or activity that resulted in a SCIM protocol exchange. Triggers make use of the traditional provisioning C.R.U.D (Create Read Update & Delete) operations but add additional use case contexts like "Sync" and "SSO" as they are designed to capture a class of use case that makes sense to the actor requesting it rather than to describe a protocol operation.



 TOC 

1.2.2.  Actors

Actors are the operating parties that take part in both sides of a SCIM protocol exchange, and help identify the source of a given Trigger. So far, we have identified the following SCIM Actors:

   

SCIM Actors
Figure 1.2.2-1 SCIM Actors



 TOC 

1.2.3.  Modes & Flows

Modes identify the functional intent of a data-flow initiated in a SCIM protocol exchange. The two modes identified so far are 'push' and 'pull' referring to the fact of pushing data to, or pulling data from an authoritative identity data store.

In the SCIM scenarios, Modes are often used in the context of a flow between two Actors. For example, one might refer to a Cloud-to-Cloud Pull exchange. Here one Cloud Service Provider (CSP) is pulling identity information from another CSP. Commonly referenced flows are:

Modes & flows simply help us understand what is taking place; they are likely to be technically meaningless at the protocol level, but again they help the reader follow the SCIM scenario's and apply them to real world use cases.



 TOC 

1.2.4.  Bulk & Batch Operational Semantics

It is assumed that each of the triggers action outlined in this document may be part of the larger bulk or batch operation. Individual SCIM actions should be able to be collected together to create single protocol exchanges.

This draft of the SCIM scenarios document however, does not specifically address the complexity and behavioral semantics of bulk and batch (things such as rollback, one-fail-stop etc.). Our initial focus is on identifying base flows and single operations. The specific complexity of full bulk and batch operations is left to a later version of the scenarios or to the main specification if addressed there.



 TOC 

1.3.  Cloud Service Provider to Cloud Service Provider Flows (CSP->CSP)

These scenarios represent flows between two Cloud Service Providers (CSP's). It is assumed that each CSP maintains an Identity Data Store for its Cloud Service Users (CSU's). These scenarios address various joiner, mover, leaver and JIT triggers, resulting in push and pull data exchanges between the CSP's.

CSP to CSP Flows

Figure 1.3-1 CSP -> CSP Flows



 TOC 

1.3.1.  CSP->CSP - Create Identity (Push)

In this scenario two CSP's (CSP-1 & CSP-2) have a shared service agreement in place that requires the exchange of Cloud Service User (CSU) accounts. CSP-1 receives a Create Identity trigger action from its Enterprise Cloud Subscriber (ECS-1). CSP-1 creates a local user account for the new CSU. CSP-1 then pushes the new CSU joiner push request down-stream to CSU-2 and gets confirmation that the account was successfully created. After receiving the confirmation from CSP-2, CSP-1 sends an acknowledgement to the requesting ECS.

CSP->CSP Create Identity Push
Figure 1.3.1-1 CSP->CSP Create Identity (Push)



 TOC 

1.3.2.  CSP->CSP - Update Identity (Push)

In this scenario two CSP's (CSP-1 & CSP-2) have a shared service agreement in place that requires the exchange of Cloud Service User (CSU) accounts. The Enterprise Cloud Subscriber (ECS-1) has already created an account with CSP-1 and supplied a critical attribute "department" that is used by CSP-1 to drive service options. CSP-1 then receives an Update Identity trigger action from its Enterprise Cloud Subscriber (ECS). CSP-1 updates its local directory account with the new department value. CSP-1 then initiates a seperate SCIM protocol exchange to push the mover change request down-stream to CSP-2.  After receiving the confirmation from CSP-2, CSP-1 sends an acknowledgment to ECS-1.

CSP->CSP Update Identity Push
Figure 1.3.2-1 CSP->CSP Update Identity (Push)


 TOC 

1.3.3.  CSP->CSP - Delete Identity (Push)

In this scenario two CSP's (CSP-1 & CSP-2) have a shared service agreement in place that requires the exchange of Cloud Service User (CSU) accounts. CSP-1 receives a Delete Identity trigger action from its Enterprise Cloud Subscriber (ECS-1). CSP-1 suspends the local directory account for the specified CSU account. CSP-1 then pushes a termination request for the specified CSU account down-stream to CSP-2 and gets confirmation that the account was successfully removed. After receiving the confirmation from CSP-2, CSP-1 sends an acknowledgment to the requesting ECS.

This use case highlights how different CSP's may implement different operational semantics behind the same SCIM operation.  Note CSP-1 suspends the account representation for its service where as CPS-2 implements a true delete operation. 

CSP->CSP Delete Identity Push
Figure 1.3.3-1 CSP->CSP Delete Identity (Push)



 TOC 

1.3.4.  CSP->CSP - Sync Identity(s) (Push & Pull)

In this scenario two CSP's (CSP-1 & CSP-2) have a shared service agreement in place that requires the synchronization of Cloud Service User (CSU) accounts. On a periodic basis, either CSP is able to respond to or initiate synchronization request for a sub-set of its managed accounts. In the Push scenario, CSP-1 has the option to push a change-delta data set to CSP-1.  The key to the Push scenario is its initiation by CSP-1.  In the Pull scenario, CSP-2 initiates the sync requests and CSP-1 responds with the resulting data set. In either case, CSP-2 receives the data set and successfully carries out any required additions, updates or deletes.

In Figure 1.3.4-1 we see a flow initiated by CSP-1 posting of the sync data set to CSP-2.  To fulfill this use case, it is acceptable that CSP-1 be required to send a simple "primer" request to CSP-2, without a data set, that prompts CSP-2 to Pull the data as shown in 1.3.4-2.  The crux of the use case is the fact that CSP-1 is initiating the resulting sync data flow.

CSP->CSP Sync Identity Push
Figure 1.3.4-1 CSP->CSP Sync Identity(s) - Push



CSP->CSP Sync Identity Pull
Figure 1.3.4-2 CSP->CSP Sync Identity(s) - Pull



 TOC 

1.3.5.  CSP->CSP - SSO Trigger (Push)

In this scenario two CSP's (CSP-1 & CSP-2) have a shared service agreement in place that requires the exchange of Cloud Service User (CSU) accounts. However, rather than pre-provisioning accounts from CSP-1 to CSP-2, CSP-1 waits for a service access request from the end Cloud Service User (CSU-1) before issuing account creation details to CSP-2. When the CSU completes a SSO transaction from CSP-1 to CSP-2, CSP-2 then creates an account for the CSU based on information pushed to it from CSP-1.

At the protocol level, this class of scenarios may result in the use of common protocol exchange patters between CSP-1 & CSP-2.

Figure 1.3.5-1 CSP->CSP SSO Trigger - Push
Figure 1.3.5-1 CSP->CSP SSO Trigger - Push



 TOC 

1.3.6.  CSP->CSP - SSO Trigger (Pull)

In this scenario two CSP's (CSP-1 & CSP-2) have a shared service agreement in place that requires the exchange of Cloud Service User (CSU) accounts. However, rather than pre-provisioning accounts from CSP-1 to CSP-2, CSP-2 waits for a service access request from the Cloud Service User (CSU-1) before initiating a Pull request to gather information about the CSU sufficient to create a local account.

At the protocol level, this class of scenarios may result in the use of common protocol exchange patters between CSP-2 & CSP-1.

Figure 1.3.6-1 CSP->CSP SSO Trigger - Pull
Figure 1.3.6-1 CSP->CSP SSO Trigger - Pull




 TOC 

1.3.7.  CSU ->CSP - Password Reset (Push)

In this scenario two CSP's (CSP-1 & CSP-2) have a shared service agreement in place that requires the exchange of Cloud Service User (CSU) accounts.  CSP-1 wants to change the password for a specific Cloud Service User (CSU-1).  CSP-1 sends a request to CSP-2 to reset the password value for CSU-1.

At the protocol level, this scenarios may result in the same protocol exchange as any other attribute change request.

Figure 1.3.7-1 CSP->CSP Password Reset - Push
Figure 1.3.7-1 CSP->CSP Password Reset - Push




 TOC 

1.4.  Enterprise Cloud Subscriber to Cloud Service Provider Flows (ECS->CSP)

These scenarios represent flows between an Enterprise Cloud Subscriber (ECS) and a Cloud Service Providers (CSP). It is assumed that both the ECS and the CSP maintains an LDAP service for the relevant Cloud Service Users (CSU's). These scenarios address various joiner, mover, leaver and JIT triggers, resulting in push and pull data exchanges between the ECS and the CSP.

Many of these scenarios are very similar to those defined in the Cloud Service Provider to Cloud Service Provider section above. There are captured here to help explore potential differences that might emerge.

Figure 1.4.-1 ECS->CSP Flows
Figure 1.4.-1 ECS->CSP Flows



 TOC 

1.4.1.  ECS->CSP - Create Identity (Push)

In this scenario an Enterprise Cloud Subscriber (ECS-1) maintains a service with a Cloud Service Provider (CSP-1) that requires the sharing of various Cloud Service User (CSU) accounts. A new user joins ECS-1 and so ECS-1 pushes an account creation request to CSP-1, supplying all required base SCIM schema attribute values and additional extended SCIM schema values as required.

Figure 1.4.1-1 ECS->CSP Creaet Identity - Push
Figure 1.4.1-1 ECS->CSP Creaet Identity - Push



 TOC 

1.4.2.  ECS ->CSP - Update Identity (Push)

In this scenario an Enterprise Cloud Subscriber (ECS-1) maintains a service with Cloud Service Provider (CSP-1) that drives service definition from a key account schema attribute called Department. ECS-1 wishes to move a given CSU from Department A to Department B and so it pushes an attribute update request to the CSP.

Figure 1.4.2-1 ECS->CSP Update Identity - Push
Figure 1.4.2-1 ECS->CSP Update Identity - Push



 TOC 

1.4.3.  ECS ->CSP - Delete Identity (Push)

In this scenario an Enterprise Cloud Subscriber (ECS-1) maintains a service with a Cloud Service Provider (CSP-1). Upon termination of one of its employees, ECS-1 sends a suspend account request to CSP-1 (Figure 1.4.3-1). One week later the ECS wishes to complete the process by fully removing the Cloud Service User (CSU) account and so it sends a terminate account request to CSP-1 (Figure 1.4.3-2).

Figure 1.4.3-1 ECS->CSP suspend Identity - Push
Figure 1.4.3-1 ECS->CSP suspend Identity - Push


Figure 1.4.3-2 ECS->CSP Delete Identity - Push
Figure 1.4.3-2 ECS->CSP Delete Identity - Push



 TOC 

1.4.4.  ECS ->CSP - SSO Pull

In this scenario an Enterprise Cloud Subscriber (ECS-1) maintains a service with a Cloud Service Provider (CSP-1). No accounts are created or exchange in advance. However, rather than pre-provisioning accounts from ECS-1 to CSP-1, CSP-1 waits for a service access request from the Cloud Service User (CSU-1) under the control domain of ECS-1, before issuing an account Pull request to CSP-1.

Figure 1.4.4-1 ECS->CSP SSO Pull
Figure 1.4.4-1 ECS->CSP SSO Pull



 TOC 

Appendix A.  Document History

draft-scim-scenarios-01

draft-scim-scenarios-02

draft-scim-scenarios-03

draft-scim-scenarios-04



 TOC 

Authors' Addresses

  Darran Rolls (editor)
  Sailpoint
Email:  darranrolls@sailpoint.com
  
  Patrick Harding (editor)
  Ping Identity Corp.
Email:  pharding@pingidentity.com


 TOC 

Full Copyright Statement

Intellectual Property