Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Conversely, TWO_PHASES means that Syncope calls the external resource and returns immediately. Later, when the propagation has completed, the external resource will notify the actual propagation result to Syncope.

Configuration

Connectors

Connector instances can be configured to support ONE_PHASE and/or TWO_PHASES, for create, update and delete operations.

External resources

External resources can be configured to use either ONE_PHASE or TWO_PHASES, not both.

Propagation tasks

When propagation tasks are created, their propagation mode will be set according to the mode of the external resource.

...