IDM 7.3.0

Synchronization configuration overview

This section describes the high-level steps required to set up synchronization between two resources. A basic synchronization configuration involves the following steps:

  1. Set up a connection between the source and target resource.

    A connector configuration references a specific connector type and indicates the connection details of the external resource. You must define a connector configuration for each external resource to which you are connecting.

    For more information, refer to Connections between resources.

  2. Map source objects to target objects.

    The mapping configuration your project’s conf/sync.json file or in individual mapping files. Mappings are synchronized in the order in which they are specified in the sync.json file. If there are multiple mapping files, the syncAfter property dictates the order in which they are processed.

    For more information, refer to Resource mapping.

  3. Configure any scripts that are required to check source and target objects, and to manipulate attributes.

  4. In addition to these configuration elements, IDM stores a links table in its repository. The links table maintains a record of relationships established between source and target objects.

The following diagram illustrates the high-level synchronization configuration:

sync-config
Copyright © 2010-2023 ForgeRock, all rights reserved.