Note:
This article provides steps for syncing Okta attributes to Simpplr. You must first have Okta enabled at the application level before performing the steps below. For information on how to initially set up Okta's SSO solution with Simpplr,
click here.
Follow these steps to sync attributes from Okta to Simpplr using Simpplr's Okta API integration.
Scenarios for syncing fields
All attributes are working, but changes are required for the manager attribute to sync. There are two possible scenarios you can run:
Scenario 1
This is applicable if Active Directory is the source account from which you're syncing user data. If you check the Manager attribute in Okta profile for the user, this field will be blank. If you scroll down further, you'll see the manager attribute from Active Directory reads Distinguish Name of manager. You'll need to change this Distinguishing name to Manager email.
- Go to Directory > Profile Editor and look for Active Directory on the left hand side. Click Mappings.
- Ensure that changes are being made from from Active Directory to Okta. You can verify this by seeing the top.
- Scroll to Manager attribute.
- Add this function: getManagerUser("active_directory").email. This will convert the Manager DN to Manager email.
- Run the Full import from Active Directory to Okta.
Scenario 2
Option 1: If Okta is the source account from which you're syncing user data, then you only need to ensure that you have the manager's email address in the Manager attribute.
Option 2: You can create a custom attribute called managerEmail (This is case sensitive). One of these attributes should be a manager email.
Note: For encrypted orgs, mappings need to be as such:
- FirstName - Simpplr__FirstName__c
- LastName - Simpplr__LastName__c
- Email - Simpplr__Email__c
To add a new attribute:
- In Okta, from Directory > Profile Editor, find the Okta User (default) profile. Select Add Attribute
- Select the data type
- Enter the Display name as managerEmail
- Enter the Variable name. This can match the Display name
- Give the attribute a Description; something short but informative
- Click Save

Select Okta fields to sync from within Simpplr
Note:
Any custom field in Okta can be mapped in Simpplr.
Force sync
- To run the sync scheduler, go to Manage > Application > Setup > Schedulers.
- Select SchedulerSimpplrServices and click on the dropdown.
- Click Run now. This is scheduled to run overnight daily, but Run Now allows you to manually sync with Okta right away.
