Skip to content

Okta

Okta provides SCIM support for both SAML and SWA applications. However, this support is not currently extended to OpenID Connect applications.

To set up SCIM:

  1. Launch the App Integration Wizard and create a new custom SSO integration using either SAML or SWA.
  2. Once your integration is established, navigate to the General tab.
  3. Click on Edit.
  4. Within the Provisioning section, select SCIM and then click Save.
  5. Navigate to the Provisioning tab from the settings page of your integration. You'll find the SCIM connection settings under Settings > Integration.
  6. Click Edit.
  7. Enter https://api.scim.dev/scim/v2/ as the SCIM connector base URL and use userName as the unique identifier field name for your users.
  8. Under Supported provisioning actions, select Import New Users and Profile Updates, Push Profile Updates, Push New Users, and Push Groups.
  9. Choose HTTP Header as the Authentication Mode and input as the Bearer token.

And that's it! Your SCIM setup is complete.