This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 18aba71c98 Adjusting info about Realm propagation in the Reference 
Guide
18aba71c98 is described below

commit 18aba71c982d587c7de4491d55085e8179e257bf
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jan 16 09:01:12 2025 +0100

    Adjusting info about Realm propagation in the Reference Guide
---
 .../asciidoc/reference-guide/concepts/provisioning/propagation.adoc  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc 
b/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
index 9f1f2cd387..ac9d897b14 100644
--- a/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
@@ -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.
 

Reply via email to