Go to Archie > Settings > Integrations and create your SCIM integration with Okta
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 tabProvisioning
will appear. Edit the SCIM connection with the information bellowSCIM 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
Click on save
Now you can add users to the
Assignment
tab and add groups in thePush groups
tabOn the
Provisioning
tab, in the sub tabTo App
Create Users
should be enabledUpdate user attributes
should be enabledDeactivate users
should be enabledYou 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