


I have added cugCheckUser as CUG on folder given in screenshot
Then I have added publishUser in CUG exempted principal configuration as below.
When I am logging with publishUser credentials. I should able to see the content as publishUser is added in CUG Exempted principal configuration.
If I login with cugCheckUser credentials I can see content.
Why CUG Exempted principal not behaving properly.
Views
Replies
Sign in to like this content
Total Likes
Hi @akshaybhujbale,
It's not working because you are using deprecated configuration. According to the documentation:
Instead of Adobe Granite Closed User Group (CUG) Support (com.day.cq.auth.impl.CugSupportImpl) you should use
Apache Jackrabbit Oak CUG Exclude List (org.apache.jackrabbit.oak.spi.security.authorization.cug.impl.CugExcludeImpl) to define users/groups you would like to exclude from CUG verification.
Hi @akshaybhujbale,
It's not working because you are using deprecated configuration. According to the documentation:
Instead of Adobe Granite Closed User Group (CUG) Support (com.day.cq.auth.impl.CugSupportImpl) you should use
Apache Jackrabbit Oak CUG Exclude List (org.apache.jackrabbit.oak.spi.security.authorization.cug.impl.CugExcludeImpl) to define users/groups you would like to exclude from CUG verification.