SCIM Provisioning
Optare supports SCIM 2.0 (System for Cross-domain Identity Management) for automated user provisioning and deprovisioning.
Configuration
To configure SCIM:
- Go to your Organization Settings > Security.
- Enable SCIM Provisioning.
- Generate a SCIM Token.
- Use the SCIM Base URL and Token in your Identity Provider (Okta, Azure AD, etc.).
Supported Features
- Create Users: Automatically create users in Optare when assigned in your IdP.
- Update Users: Sync profile updates (name, email) from your IdP.
- Deactivate Users: Automatically deactivate users in Optare when removed in your IdP.
- Push Groups: Sync groups and memberships (if supported).
API Reference
Our SCIM implementation follows the RFC 7644 (opens in a new tab) specification.
Base URL
https://api.optare.one/scim/v2Authentication
Include the SCIM Token in the Authorization header:
Authorization: Bearer <your-scim-token>