SCIM requires an Enterprise plan.
Enable SCIM
Open SCIM settings
In your Mintlify dashboard, navigate to the SCIM tab of the “Identity & access” page.
Add the credentials to your identity provider
Enter the SCIM base URL and bearer token into your identity provider’s SCIM app configuration. See Configure your identity provider for provider-specific steps.
Configure your identity provider
Okta
Add a SCIM app in Okta
In Okta, under Applications, click Browse App Catalog and search for SCIM 2.0 Test App (Header Auth). This is Okta’s standard integration for any SCIM 2.0 API that authenticates with a bearer token.
Add your Mintlify credentials
Under the app’s Provisioning settings, enter the Mintlify SCIM base URL and bearer token. Format the token as
bearer <token>.Enable provisioning actions
Under Provisioning to app, enable the create, update, and deactivate options you want Okta to manage. Leave Sync password off, since Mintlify doesn’t use Okta-managed passwords.
Create and push groups
In Okta, use your existing groups or create new ones for each set of users you want to provision, then push those groups to the SCIM app under Push groups.
Map groups to roles
In the Mintlify dashboard, map each pushed group name to a dashboard role. See Map groups to roles.
Map groups to roles
Assign roles to users based on their identity provider group membership.- In the Mintlify dashboard, navigate to the SCIM tab of the “Identity & access” page.
- In the “Group-to-role mappings” section, click Add mapping.
- Enter the identity provider group name and select a role.
developers group to the editor role and later change that mapping to viewer. New members of developers become viewers in Mintlify, but the existing developers group itself is unchanged in your identity provider.
Rotate the bearer token
Rotate the bearer token if it’s exposed or as part of routine credential hygiene.- Navigate to the SCIM tab of the “Identity & access” page.
- Click Rotate token.
- Copy the new token and update your identity provider’s SCIM configuration.
Disable SCIM
- Navigate to the SCIM tab of the “Identity & access” page.
- Toggle SCIM off.