Optare v1.0 is now available. Get started →
Learn
SCIM Provisioning

SCIM Provisioning

Optare supports SCIM 2.0 (System for Cross-domain Identity Management) for automated user provisioning and deprovisioning.

Configuration

To configure SCIM:

  1. Go to your Organization Settings > Security.
  2. Enable SCIM Provisioning.
  3. Generate a SCIM Token.
  4. 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/v2

Authentication

Include the SCIM Token in the Authorization header:

Authorization: Bearer <your-scim-token>