How it works
- Customer configures SCIM in their IdP
- IdP sends SCIM requests to Scalekit
- Scalekit creates/updates/deletes users and groups
- Applications receive updated user data
Configuration
Provide these details to your customer:- SCIM base URL:
https://scalekit.com/scim/v2 - Bearer token: Generated in dashboard
- Supported operations: Create, Read, Update, Delete users and groups
Attribute mapping
Standard SCIM attributes are mapped:| SCIM attribute | Scalekit attribute |
|---|---|
| userName | |
| name.givenName | givenName |
| name.familyName | familyName |
| emails[primary] | |
| active | active |
Next steps
SCIM users
User provisioning API
SCIM groups
Group provisioning API