This happens in three main steps:
Please ensure that you validate your connector before moving to the next step to prevent scenarios of user ingestion failure.
This is where you map user attributes from each connector to Moveworks’ user object.
For each system there are some pre-mapped attributes that MW provides out of the box. You can see them under “View attributes”
On this screen :
How to map an additional attribute ?
Select a MW’s user field which you want your attribute to be mapped to.
Then, use the MW DSL builder to configure the mapping rule.
You can leverage the autocomplete to select external attribute that you want to use for mapping.
Once you have configured your DSL rule, you can test this live for a user and see what the output is. If it is your desired output, you can SAVE the mapping.
You can add them by click on the filter icon.
Filters are added to restrict MW from ingesting all users and their attributes.
Processors are added to compute and auto populate value of a few attributes based on the mapped attributes.
Example : Geocode processors take in “country_code” attribute , computes the user geocode and populates to their final user profile.
By default MW ingests all mapped attributes from your primary system.
Use override mapping when :
Join key is very important for user ingestion.
It is by using the JOIN key, MW joins attributes coming from multiple systems and constructs a final user profile.
This join key is usually an attribute whose value does not change across systems.
You can also write a DSL rule to derive a value from multiple attributes.
This is where you can dry run your identity configuration.
This section tells you whether for the given user email, if the system was able to build a final user profile across multiple systems.
Common scenarios :
This section gives you the final profile of the user whose email you provided.
Use it to validate the attributes and rectify if something does not look right.
Once you submit, ingestion shall begin in the next cycle.
It usually takes 4 hours to get all users ingested for the first time.
You can check status under “imported users” tab.
How to add user tags ?
1. Click on ‘ADD’ under source mapper
Write your DSL and test it