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:
- Launch the App Integration Wizard and create a new custom SSO integration using either
SAML
orSWA
. - Once your integration is established, navigate to the
General
tab. - Click on
Edit
. - Within the
Provisioning
section, selectSCIM
and then clickSave
. - Navigate to the
Provisioning
tab from the settings page of your integration. You'll find the SCIM connection settings underSettings > Integration
. - Click
Edit
. - Enter
https://api.scim.dev/scim/v2/
as theSCIM connector base URL
and useuserName
as the unique identifier field name for your users. - Under
Supported provisioning actions
, selectImport New Users and Profile Updates
,Push Profile Updates
,Push New Users
, andPush Groups
. - Choose
HTTP Header
as theAuthentication Mode
and inputas the Bearer token.
And that's it! Your SCIM setup is complete.