1. Tableau Cloud Documentation: "Configure SCIM with an Identity Provider". This official guide states
"You can use the System for Cross-domain Identity Management (SCIM) to automatically provision and deprovision users and groups in Tableau Cloud... Using SCIM can save you time and reduce the errors associated with manually provisioning users."
Source: Tableau Help
"Configure SCIM with an Identity Provider
" Tableau Software
LLC.
2. Internet Engineering Task Force (IETF) Standard: RFC 7643
"System for Cross-domain Identity Management: Core Schema". This document defines the standard itself.
Section 1
Introduction: "SCIM
System for Cross-domain Identity Management
is an application-level protocol for provisioning and managing identity data on the web... The protocol is designed to be a fast
low-overhead
and secure way of exchanging identity data between a 'client' and a 'service provider'."
Source: IETF RFC 7643
P. Jones
et al.
September 2015.
3. University Courseware: "Cloud Computing Security" materials often cover federated identity management.
Example Context: Lecture notes on Identity and Access Management (IAM) in cloud services would describe SAML for authentication and SCIM for automated user provisioning as complementary standards for enterprise integration. SCIM is presented as the solution for managing the user lifecycle (create
read
update
delete) across systems.
Source: Based on common curriculum in cloud security courses
such as those found in MIT OpenCourseWare or Stanford's Computer Science department
which cover enterprise identity federation principles.