Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

How to view permission in touch UI (AEMaaCS)

Avatar

Level 9

I am aware that in classic we can use useradmin (localhost:4502/useradmin) console to find user, groups and it's permission visually like below,

 

Mario248_0-1677753845794.png

 

But in touch UI we would need to go to below consoles 

 

Mario248_1-1677754016578.png

 

3 Replies

Avatar

Level 4

@Mario248 , http://localhost:4502/security/permissions.html/principal/admin?filter=user

You add it through ACEs (Access Control Entries).

http://localhost:4502/security/permissions.html/principal/everyone?filter=group

 

For example, in the above link for the group "everyone" you may see all the paths that is has been granted access to or denied to. We do not have an exact similar screen here that we see on classic ui.

Avatar

Level 9

I am aware that we can look for ACE but why administrators group do not have any ACE,

 

Mario248_1-1677759473882.png

 

 

 

Avatar

Community Advisor

@Mario248 

 

Go to below path
http://localhost:4502/security/permissions.html/principal/everyone

search for a user/group by entering it at the left side and selecting appropriate filter from dropdown. You will see these permissions at right side.