Skip to content

Commit 04e7cb4

Browse files
committed
Couple more updates from review.
1 parent 979fd30 commit 04e7cb4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/en/user-manual/advanced_configuration.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,12 @@ careful management of changes to be made is also required.
522522

523523
You should consider using a push strategy if:
524524

525-
- You have a very, very large population of Adobe users
526-
- You are making relatively few changes to existing users; that is, you are mostly adding new users and deleting ones who leave.
527-
- You have a process or tools that can identify new and departing users in an automated way.
525+
- You have a very, very large population of Adobe users.
526+
- You are making few adds/changes/deletions relative to the total user population.
527+
- You have a process or tools that can identify users who have been changed (added,
528+
removed, attribute changes, or group changes) in an automated way.
529+
- You have a process that first removes product entitlements from departing users, and
530+
then (after a waiting period) fully deletes their accounts.
528531

529532
The push strategy avoids all the overhead of reading large numbers of users from either side, and
530533
you can only do that if you can isolate the specific users that need to be updated (e.g., by

0 commit comments

Comments
 (0)