Skip to content

Commit 5cfaf6d

Browse files
committed
documentation updates
1 parent 50fb6fb commit 5cfaf6d

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

docs/en/user-manual/advanced_configuration.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,8 +699,6 @@ Possible use cases:
699699
* ACL groups for [Adobe Experience Manager](https://www.adobe.com/marketing/experience-manager.html)
700700
* Special-case group, role or profile assignment
701701

702-
Note: This feature only works with the LDAP connector at this time.
703-
704702
### Additional Group Rules
705703

706704
`additional_groups` is defined in `user-sync-config.yml` in the `groups`
@@ -710,6 +708,9 @@ how corresponding Adobe groups should be named. Groups that are
710708
discovered with this feature will be added to a user's list of
711709
targeted Adobe groups.
712710

711+
**Note:** Additional group mapping will fail if a multiple source groups
712+
map to the same target group.
713+
713714
### Additional Group Example
714715

715716
Suppose an Adobe Experience Manager customer would like
@@ -758,6 +759,21 @@ will apply dynamically to any LDAP group that matches the regex
758759
be included in sync as long as they follow that naming convention -
759760
no configuration change would be needed.
760761

762+
### Targeting Secondary Orgs
763+
764+
Secondary organizations can be targeted using the additional group
765+
rules. Just add the prefix `[org_name]::` to the target group
766+
pattern.
767+
768+
```yaml
769+
additional_groups:
770+
- source: "ACL-GRP-(\\d+)"
771+
target: "org2::ACL Group \\1"
772+
```
773+
774+
Refer to [Accessing Users in Other Organizations](https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/advanced_configuration.html#accessing-users-in-other-organizations)
775+
for more information.
776+
761777
## Automatic Group Creation
762778

763779
The User Sync Tool can be configured to automatically create targeted
@@ -794,6 +810,14 @@ If the Sync Tool is configured to target a misspelled profile name, or
794810
a profile that doesn't exist, it will automatically create a user group
795811
with the specified name.
796812

813+
### Targeting Secondary Orgs
814+
815+
Groups targeted to secondary organizations will be automatically
816+
created on those organizations if `auto_create` is enabled.
817+
818+
Refer to [Accessing Users in Other Organizations](https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/advanced_configuration.html#accessing-users-in-other-organizations)
819+
for more information.
820+
797821
---
798822

799823
[Previous Section](usage_scenarios.md) \| [Next Section](deployment_best_practices.md)

0 commit comments

Comments
 (0)