What is the AWS Single Sign-On SCIM implementation?
This reference guide helps software developers build custom integrations to provision (synchronize) users and groups into AWS Single Sign-On (AWS SSO) using the System for Cross-domain Identity Management (SCIM) v2.0 protocol. This guide will also be useful to IT administrators who need to understand or debug an existing SCIM implementation.
The AWS SSO SCIM implementation is based on SCIM RFCs 7642 (https://tools.ietf.org/html/rfc7642
The following sections contain examples of API requests and responses currently supported in the AWS SSO SCIM implementation, along with important notes and constraints to consider in your design.
Before you begin, we recommend that you first review Considerations for Using Automatic Provisioning in the AWS Single Sign-On User Guide. That topic instructs you how to use SCIM to enable automatic provisioning in AWS SSO. You will need to follow those instructions to retrieve your SCIM endpoint and access token.