File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -522,9 +522,12 @@ careful management of changes to be made is also required.
522
522
523
523
You should consider using a push strategy if :
524
524
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.
528
531
529
532
The push strategy avoids all the overhead of reading large numbers of users from either side, and
530
533
you can only do that if you can isolate the specific users that need to be updated (e.g., by
You can’t perform that action at this time.
0 commit comments