Skip to main content

SCIM configuration for Okta:

Donovan Charpin avatar
Written by Donovan Charpin
Updated over 3 months ago
  1. Go to Archie > Settings > Integrations and create your SCIM integration with Okta

  2. Once your SAML app is created in Okta, go to the General tab of the application and enable the Provisioning. Once the provisioning is enabled, a new tab Provisioning will appear. Edit the SCIM connection with the information bellow

    • SCIM connector base URL : https://archieapp.co/scim/v2

    • Unique identifier field for users : email

    • Supported provisioning actions

      • Push New Users

      • Push Profile Updates

      • Push Groups

    • Authentication mode : HTTP Header

    • Authorization : Copy the authorization token generated in Archie

  3. Click on save

  4. Now you can add users to the Assignment tab and add groups in the Push groups tab

  5. On the Provisioning tab, in the sub tab To App

  • Create Users should be enabled

  • Update user attributes should be enabled

  • Deactivate users should be enabled

  • You will need at least these Attribute Mappings :

    • Username (userName) with the value in the settings (email)

    • Given name (givenName) with the value user.firstName

    • Family name (familyName) with the value user.lastName

    • Email (email) with the value user.email

    • Primary email type (emailType) with the value (user.email != null && user.email != '') ? 'work' : ''

    • Display name (displayName) with the value user.displayName

    • Locality (locality) with the value user.city

    • Locale Name (locale) with the value user.locale

    • Preferred language (preferredLanguage) with the value user.preferredLanguage

Did this answer your question?