You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/user-manual/advanced_configuration.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -699,8 +699,6 @@ Possible use cases:
699
699
* ACL groups for [Adobe Experience Manager](https://www.adobe.com/marketing/experience-manager.html)
700
700
* Special-case group, role or profile assignment
701
701
702
-
Note: This feature only works with the LDAP connector at this time.
703
-
704
702
### Additional Group Rules
705
703
706
704
`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
710
708
discovered with this feature will be added to a user's list of
711
709
targeted Adobe groups.
712
710
711
+
**Note:** Additional group mapping will fail if a multiple source groups
712
+
map to the same target group.
713
+
713
714
### Additional Group Example
714
715
715
716
Suppose an Adobe Experience Manager customer would like
@@ -758,6 +759,21 @@ will apply dynamically to any LDAP group that matches the regex
758
759
be included in sync as long as they follow that naming convention -
759
760
no configuration change would be needed.
760
761
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
+
761
777
## Automatic Group Creation
762
778
763
779
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
794
810
a profile that doesn't exist, it will automatically create a user group
795
811
with the specified name.
796
812
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)
0 commit comments