SCIM provisioning (Enterprise)
System for Cross‑domain Identity Management (SCIM) allows automatic user provisioning and de‑provisioning from your identity provider to Certorix.
Supported SCIM features
- Create users when assigned in IdP (e.g., Okta, Azure AD)
- Update user attributes (name, email)
- Deactivate users when removed from IdP (revokes access)
- Group mapping (assign roles based on IdP groups)
Enabling SCIM
- Go to Company Settings → SCIM tab.
- Click Enable SCIM.
- Copy the SCIM base URL:
https://certorix.com/api/scim/v2 - Copy the Bearer token (generated automatically). This token is the SCIM secret.
- In your IdP (Okta, Azure AD), create a new SCIM app using the base URL and bearer token.
- Configure attribute mapping (see below).
- Test connection.
- Save.
userName→ email (used for login)emails[0].value→ email (alternate)name.givenName→ firstNamename.familyName→ lastNameactive→ status (true = active, false = deactivated)- In Certorix SCIM settings, define group mappings:
- Example: IdP group 'Certorix Admins' → Certorix role 'Admin'
- Example: IdP group 'Certorix Editors' → Certorix role 'Editor'
- Up to 10 group mappings allowed.
- Certorix sets the user status to 'Inactive' within 1 hour.
- Inactive users cannot log in.
- Their API tokens are revoked.
- Their audit log entries remain.
- Their created trees/facts remain (ownership unchanged).
- Admins can manually reactivate a SCIM‑managed user if needed.
Attribute mappings
Map these SCIM attributes to Certorix fields:
Group mapping (role assignment)
When a user is assigned to a group in the IdP, Certorix automatically assigns the corresponding role. If a user belongs to multiple mapped groups, the highest privilege role is assigned (Admin > Editor > Viewer > custom).
De‑provisioning behavior
When a user is deactivated in the IdP (removed from app assignment or account disabled):
SCIM logs
All SCIM operations are logged in the audit log with action type 'scim.user.created', 'scim.user.updated', 'scim.user.deactivated'.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article