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

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


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

commit 7216fe8e29b7ce41b099c1216437349471906809
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 d0d316906f..0a0edc296b 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, according to the 
configured
 <<policies-propagation,propagation policy>>, if defined; the tasks can be 
saved for later re-execution.

Reply via email to