Maintain the transformation logic, which corresponds to the structure and logic of your systems.
Overview
For every system supported by the Identity Provisioning service, there is an initial (default) transformation logic that converts the system-specific JSON representation of the entities from/to one common JSON. You can see it on the Transformations tab when you create a new system, after saving it. You can adjust the transformation mapping rules to reflect the current setup of entities from the source or target system.
How It Works
During the provisioning job, the source system reads its entities, and then using the configured read transformation, converts the source system-specific JSON to the common JSON format. This common JSON format is then passed to the target system, which applies the write transformation.
The administrator of the Identity Provisioning service can change this behavior by adapting the transformation logic to only read the entities that should be provisioned to the target system. This filter can speed up the processing of the entities and their provisioning to the target system.
Transformation Editors
The Identity Provisioning service provides two editors for working with the transformation code: graphical editor and JSON (text) editor. The graphical editor is displayed by default.