Canvas 1 Layer 1 Sync Source Destination Destination Sync Source Detect change Fetch full entry Apply mappings Fetch full entry Diff the entries Apply minimal changes
  1. Detect change from the change log table on the source.
  2. Fetch the entry or table rows from affected tables on the source.
  3. Perform any mappings and compute the equivalent destination entry by constructing an equivalent LDAP entry or equivalent table row.
  4. Fetch the entry or table rows from affected tables on the destination.
  5. Diff the computed destination entry and actual destination entry.
  6. Apply the changes to the destination.