Provisioning administrative accounts in AWS – SCIM provisioning
System for Cross-domain Identity (SCIM) provisioning is a standards-based RESTful account provisioning service that sends account information in a standardized JSON format. When we enable automatic provisioning with SCIM, the directory objects that we specify for our IDP to synchronize in the user store for our AWS SSO service will automatically be created, updated, and deleted, in tandem with their counterparts inside the user store of our external IDP.
How SCIM works
Before we enable SCIM for our example use case, let's take a quick look at how SCIM operates:
The SCIM provisioning flows for creating and updating accounts are rather straightforward:
- The IDP that acts as the authoritative source for provisioning in the service provider's user store pushes the accounts and attributes based on that service provider...