Hi All ,
Currently we have a requirement to sync users and Groups between two AEM authors in different environments.
Basically they want if a user is created in one aem instance it should get sync automatically to another instance.
Any help will be much appreciated.
Current AEM version : AEM 6.3
Thanks in Advance !
Kind Regards,
Kaushik
Solved! Go to Solution.
Hello Kaushik,
- One option is to use LDAP [1], where you can manage users and groups at one place and then sync to different authors.
- Another option is to create a package of users and groups in the author and automate the package replication to another author. Check link [2]
Curl command for replication:
curl -u admin:admin -X POST -F path="/content/path/to/page" -F cmd="activate" http://localhost:4502/bin/replicate.json
To create a package using the package manager for /home/users & /home/groups and permissions. Please follow doc [3]
[1] https://helpx.adobe.com/ca/experience-manager/6-3/sites/administering/using/ldap-config.html
[3] Migrate users, groups, and ACLs between AEM instances
Regards,
Vishu
Views
Replies
Total Likes
I have seen user synch in publish instances [1] as well as author to publish [2]
[2] How to Replicate users and groups from author to publisher
Views
Replies
Total Likes
Hello Kaushik,
- One option is to use LDAP [1], where you can manage users and groups at one place and then sync to different authors.
- Another option is to create a package of users and groups in the author and automate the package replication to another author. Check link [2]
Curl command for replication:
curl -u admin:admin -X POST -F path="/content/path/to/page" -F cmd="activate" http://localhost:4502/bin/replicate.json
To create a package using the package manager for /home/users & /home/groups and permissions. Please follow doc [3]
[1] https://helpx.adobe.com/ca/experience-manager/6-3/sites/administering/using/ldap-config.html
[3] Migrate users, groups, and ACLs between AEM instances
Regards,
Vishu
Views
Replies
Total Likes
The only recommended way to do that(Sync users between AUTHORS) is using an external login Module like LDAP or SAML which 90 percent of AEM customers already use.
Users will be maintained on the external system and synced to AEM when a user logs in.
Check [1] and [2] for more details.
Views
Replies
Total Likes
Hi,
I also strongly suggest using LDAP to synchronize all your users and groups (you could apply this to your Author instances and your Publishers).
Just one question though: you need to sync your users and groups but what about their access rights? Is that also a concern?
Views
Replies
Total Likes
I have a similar doubt. What happens to the permissions? Since the permissions are assigned at a later stage in AEM.
Can we sync the permissions as well from LDAP?
@Vish_dhaliwal @Jaideep_Brar
Views
Replies
Total Likes
Views
Likes
Replies