Hi Team
I am working on requirement where I have two groups of users like usergroup_a and usergroup_b.
I have few pages like page1, page2, page3.
I want page1 to be visible only to usergroup_a but not to usergroup_b.
page2 to visible only usergroup_b but not to usergroup_a
page3 to visible to both usergroup a and usergroup b.
Any advice how to take up this requirement.
Thanks in advance
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @Prashardan
I hope you would like to use these user groups on author:
Ensure that the user groups usergroup_a
and usergroup_b
already exist in AEM. If not:
usergroup_a
and usergroup_b
.Configure page-level permissions to restrict access to specific groups via /useradmin
page1
to usergroup_a
:/content/your-site/page1
page1
node.usergroup_a
to Read
.usergroup_b
access (explicitly deny Read
permissions).page2
to usergroup_b
:/content/your-site/page2
usergroup_b
to Read
.usergroup_a
access.page3
:/content/your-site/page3
usergroup_a
and usergroup_b
to Read
.Please let me know if this helps.
Hi @Prashardan
You can create CUG's and assign ACL permissions required for that group -
https://experienceleague.adobe.com/en/docs/experience-manager-65/content/security/cug
https://experienceleague.adobe.com/en/docs/experience-manager-65/content/security/security
Hope this helps !
Thanks
Hello @Prashardan
I hope you would like to use these user groups on author:
Ensure that the user groups usergroup_a
and usergroup_b
already exist in AEM. If not:
usergroup_a
and usergroup_b
.Configure page-level permissions to restrict access to specific groups via /useradmin
page1
to usergroup_a
:/content/your-site/page1
page1
node.usergroup_a
to Read
.usergroup_b
access (explicitly deny Read
permissions).page2
to usergroup_b
:/content/your-site/page2
usergroup_b
to Read
.usergroup_a
access.page3
:/content/your-site/page3
usergroup_a
and usergroup_b
to Read
.Please let me know if this helps.
Views
Likes
Replies
Views
Likes
Replies