I have one questions that I haven't seen in the doc:
If you are a user anonymous (not logged in the system) I assume that you are member from the group anonymous and you can see all tha pages unrestricted under /content.
The question is, why when I log with a different user than admin/author users, I can't see any of the /content sites (Geometrix, my webs...etc)?
Regards
Solved! Go to Solution.
Views
Replies
Total Likes
CUG is a mechanism, which let's you maintain permissions on publish system within the content on the authoring system. The CUG definitions and properties are translated into ACLs when they get replicated. So you are not supposed to change any ACLs manually on authoring, but you should rather have appropate CUG settings in place.
kind regards,
Jörg
Views
Replies
Total Likes
I've checked the permission into the useradmin page and the CUG is setted properly but the ACL tells me that I have not access because the group "groupAllowed" is member of everyone that hasn't have permissions into this page...
Regards
Views
Replies
Total Likes
Hi,
Are you seeing this behavior in Author or Publish Instance?
Are you trying to see page in siteadmin?
Have you verify the access rights of user you are trying to use in User Admin section?
Thanks
Views
Replies
Total Likes
Hi, I'm using the url directly:
localhost:4502/content/...
I've seen that is a problem only in the author. In the publish I have access but the cug validation I've put is not working although the user is on the right group.
Thank you!
Views
Replies
Total Likes
As far as I am aware, anonymous user cannot access anything in Author instance [ Screenshot ]. A user has to supply credentials in order to login.
But In publish its not the same, anonymous access is allowed in publish instance
Views
Replies
Total Likes
Yes, you are true. I've been making a mistake with the groups assignment.
Thank you
Views
Replies
Total Likes
Welcome,
Here is the documentation, In case you need it: https://docs.adobe.com/docs/en/cq/5-6-1/administering/security.html
Views
Replies
Total Likes
Thanks edubey, but one question:
If I'm using cug (cug:Principals etc) in order to forbid the access to a /content/site/page for all the users except one group ex: powerfulGroup.
May I enable the ACL for that page? Or by default if I haven't access for my group (powerfulGroup) , but I'm enabled by the Cug functionality, I will entry into the page. Because that is happening to me.
I can't enter with a user from the group (powerfulGroup) that I assigned in the cug, but I can use the admin user (who is part of administrators that is an exception for the cug) to enter into the page...
I've verified in http://localhost:4503/system/console/cug that the group appears correctly set.
(I'm on AEM 6)
Views
Replies
Total Likes
CUG is a mechanism, which let's you maintain permissions on publish system within the content on the authoring system. The CUG definitions and properties are translated into ACLs when they get replicated. So you are not supposed to change any ACLs manually on authoring, but you should rather have appropate CUG settings in place.
kind regards,
Jörg
Views
Replies
Total Likes
I think it's working because It's making the redirection when I enter the credentials correctly and are from the group, but unfortunately It shows me that the page cannot be found.
The config for that page is:
<jcr:content
cq:template="/apps/...."
jcr:primaryType="cq:PageContent"
jcr:title="...."
sling:resourceType="...."
cq:cugEnabled="true"
cq:cugLoginPage="......./login.html"
cq:cugPrincipals="groupAllowed"
/>
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies