Skip to main content
SCIM 2.0 provisioning is available on Scale and Enterprise plans, in addition to SAML SSO. Once enabled, your IdP creates, updates, and deactivates gavAI memberships automatically as employees join, change roles, or leave.

Mint a SCIM token

  1. Sign in as a workspace admin at /console/settings/sso/scim.
  2. Click Mint SCIM token. Copy the value — it’s shown exactly once.
  3. Store it in your IdP’s SCIM connector config.
The base URL for the SCIM endpoint is shown next to the token.

Configure your IdP

The integration is documented per IdP:
  • Okta: Applications → your gavAI app → Provisioning tab → Configure API integration.
  • Entra ID: Enterprise applications → your gavAI app → Provisioning → Automatic.
  • Google Workspace: Apps → Web and mobile apps → your gavAI app → Auto-provisioning.
Paste the base URL and bearer token. Map at minimum:

What gavAI does on a SCIM call

Group sync (POST /Groups) maps to gavAI’s tenant_groups (Enterprise tier).

Token rotation

Mint a new token in /console/settings/sso/scim, swap it in your IdP connector, then revoke the old one. There is no grace period.

Troubleshooting