User provisioning with Okta and SCIM
Learn how to set up user provisioning with Okta and SCIM to automate user management and sync with custom user fields in Mitti.
How does user provisioning with Okta and SCIM work?
User provisioning with Okta and System for Cross-domain Identity Management (SCIM) streamlines user management in Mitti, automatically keeping user fields up to date without manual effort.
Okta serves as the identity source, managing user fields such as names, job roles, and departments. SCIM provisioning then ensures these attributes stay in sync with Mitti, creating or updating users fields whenever changes occur in Okta.
Administrators can also map custom user fields like employment type or training status to Mitti, ensuring standardized user data across both systems. Provisioning is fully controlled in Okta, which allows real-time updates and simplification of user management.
This integration helps administrators by:
- Automating onboarding and offboarding.
- Ensuring data consistency.
- Reduces administrative workload.
Seat availability and billing
When your seat limit is reached during provisioning, Mitti either purchases additional seats automatically or fails to provision the user, depending on whether automatic seat purchasing is turned on for your organization.
If it's on, users are provisioned with the correct seat type, your billing admin receives a summary email, and your next invoice includes a prorated charge. However, when it is off, provisioning fails for any user beyond your seat limit until you purchase more seats or turn the setting back on. Confirm this setting with your billing admin before relying on provisioning to add users at scale.
Monitor your seat allocation in the Mitti web app, and contact your customer success manager with any questions.
Requirements
- Okta Admin account
- Mitti Enterprise Plan
- Web app
- "Platform management: Organization" permission
- Service user API token
- User fields
During setup, administrators will need to switch between Mitti and Okta to enable SCIM provisioning, map attributes, and enable synchronization.
1. Enable user provisioning in Okta
- Log in to Okta Admin.
- Search for your application.
- In the General tab, click Edit.
- Select SCIM from the options.
- Click the Provisioning tab.
- Select Integration from the menu on the left-hand side.
- Click Edit.
- Enter the following details:
- SCIM connector base URL: Enter the SCIM endpoint, which allows Okta to communicate with Mitti for user provisioning. For example,
https://api.mitti.com/accounts/scim/v2. - Authorization: Generate a service user API token via the Mitti web app, and enter the token in this field. The service user must have ""Platform management: Organization" permission, "Platform management: Permissions" permission, "Platform management: Users" permission, and "Platform management: Groups" permission.
- Select supported provisioning actions you want to use.
- Click Test Connector Configuration. If the configuration is successful, close the pop-up window.
- Click Save.
2. Map custom user fields
Before mapping custom fields, create your user fields in Mitti. Otherwise, these will not be synced. SCIM can only populate fields that already exists. You can map any of the supported data types (
text,date,user, andmultiple choice).
- In the Mitti web app, copy the user field ID.
- In Okta, click the Provisioning tab.
- Click To App from the menu on the left-hand side.
- Under Attribute Mappings, click Go to Profile Editor.
- Click Add Attribute.
- Add the following details to define the Mitti user field in Okta.
- Data type: Select
String. - Display name
- Variable name
- External name: Enter the Mitti user field ID as the external name.
- External namespace: Enter the Mitti user field ID as the external namespace. The format must be
urn:ietf:params:scim:schemas:extension:mitti_attributes:2.0:User:{custom field id}.
- Add more attributes as needed.
- Click Mappings.
- Select Configure User mappings.
- Click the Okta User to Profile Mappings tab.
- Enter the format for the new string fields.
- For date fields, use the RFC3339 format. For example,
1996-12-19T16:39:57-08:00or1985-04-12T23:20:50.52Z. - For multiple choice fields, the value must be the string value of any of the predefined options.
- Click Save Mappings.
- Click Apply updates now.
3. Test user provisioning
- In Okta, click Applications from the menu on the left-hand side.
- Click Applications.
- Search for your application.
- Click the Assignments tab to assign users to your application.
- Search for a user.
- Click Assign.
- Verify the new user fields.
- Click Save and Go Back.
- In the Mitti web app, click your organization name on the lower-left corner of the page.
- Click Users.
- Select the user you assigned to your application.
- Verify the new user fields.
To learn more about user provisioning with Okta and SCIM, refer to their guide for details.
Relevant articles
Updated 26 days ago