Skip to content

Commit

Permalink
Adjusting info about Realm propagation in the Reference Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Jan 16, 2025
1 parent fd39485 commit 18aba71
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
//
==== Propagation

Whenever a change is performed via REST on Users, Groups or Any Objects:
Whenever a change is performed via REST on Realms, Users, Groups or Any Objects:

. a set of <<tasks-propagation,propagation tasks>> is generated, one for each associated external resource;
. a set of <<tasks-propagation,propagation tasks>> is generated, one for each associated external resource for which the
<<mapping,mapping>> is defined for the given <<anytype, any type>> or <<realm-provisioning, realm>>;
. the generated propagation tasks are executed, e.g. the corresponding operations (create, update or delete) are sent
out, via connectors, to the configured Identity Stores; the tasks can be saved for later re-execution.

Expand Down

0 comments on commit 18aba71

Please sign in to comment.