Expand my Community achievements bar.

Introducing Adobe LLM Optimizer: Own your brand’s presence in AI-Powered search and discovery
SOLVED

User Groups permission

Avatar

Level 2

Hi, 
I have two groups rccl-royal-authors and rccl-cel-authors. And if a user is part of the rccl-royal-authors then he should have read/write/publish access to /content/experience-fragments/rcg-fragments/rci-fragments as shown below

javed25_0-1747205172227.png


If user is a part of rccl-cel-authors then he should have read/write/publish access to /content/experience-fragments/rcg-fragments/cel-fragments as shown below

javed25_1-1747205365632.png



And if a user is part of both groups then he should have access to both /content/experience-fragments/rcg-fragments/rci-fragments & /content/experience-fragments/rcg-fragments/cel-fragments. But this scenario is not working correctly, If a user is part of both groups then nothing comes in rcg-fragments

javed25_2-1747205444788.png


Here are the permissions i am using for both groups
rccl-cel-authors:

javed25_3-1747205531146.png


rccl-royal authors

javed25_4-1747205645478.pngjaved25_5-1747205670866.png

 

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hi @javed25 ,

This is happening because you have written conflicting deny permissions, you have to remove them.

 

To resolve the issue of conflicting permissions when a user is part of both rccl-royal-authors and rccl-cel-authors, do the following:

1. Remove Deny Permissions: Ensure there are no deny permissions set on /rci-fragments and /cel-fragments for both groups.
2. Explicitly Set Allow Permissions: Grant read/write/publish permissions for both groups on their respective paths (/rci-fragments for rccl-royal-authors, /cel-fragments for rccl-cel-authors).
3. Enable Permission Inheritance: Ensure that permissions are inherited from the parent folder /content/experience-fragments/rcg-fragments/.
4. Use the Permission Debugger to check if any deny permissions are still affecting access.
5. Test Access for users in both groups to ensure they can access both /rci-fragments and /cel-fragments.

 

This should fix the conflicting permissions issue.

View solution in original post

4 Replies

Avatar

Correct answer by
Level 4

Hi @javed25 ,

This is happening because you have written conflicting deny permissions, you have to remove them.

 

To resolve the issue of conflicting permissions when a user is part of both rccl-royal-authors and rccl-cel-authors, do the following:

1. Remove Deny Permissions: Ensure there are no deny permissions set on /rci-fragments and /cel-fragments for both groups.
2. Explicitly Set Allow Permissions: Grant read/write/publish permissions for both groups on their respective paths (/rci-fragments for rccl-royal-authors, /cel-fragments for rccl-cel-authors).
3. Enable Permission Inheritance: Ensure that permissions are inherited from the parent folder /content/experience-fragments/rcg-fragments/.
4. Use the Permission Debugger to check if any deny permissions are still affecting access.
5. Test Access for users in both groups to ensure they can access both /rci-fragments and /cel-fragments.

 

This should fix the conflicting permissions issue.

Avatar

Community Advisor

hi @javed25 

Another way to achieve this could be to create a parent group that has the common generic permissions for the entire hierarchy and 2 specific groups that inherit from this parent group.

 

Associate the parent group to the top most level of the experience fragments folder and,

associate specific groups to the subfolders where restricted access control is necessary.

 

Add users to the specific groups only. Do not add them to the parent group.

Avatar

Community Advisor

Avatar

Administrator

Hi @javed25,

Did you find the above answers helpful? If yes, kindly consider marking the most suitable response as ‘correct’.

If you’re still facing any challenges, please feel free to continue the conversation here. We’re happy to support further.