Expand my Community achievements bar.

Change in AEM options for different user

Avatar

Level 3

Hi, Is there a way possible in which : 1. When the user log in to the aem and on start of aem.html, the options which are available on the navigation screen be shown to particular user. 2  For eg we have options on /aem/start.html such as Sites, assets etc and we want to restrict only one options to be shown based on the user. Thanks, Manpreet

7 Replies

Avatar

Level 10

Are you talking about dynamically changing the UI in the AEM UI based on users whom log in?

Avatar

Level 3

Yes Scott.

Please find the screenshot below.

1725005_pastedImage_0.png

Based on the user logging in belonging to the different user groups, we need to show and hide these options.

Thanks,

Manpreet

Avatar

Employee Advisor

You can also add ACLs under those navigation nodes in crx to show/hide based on permissions.

Avatar

Level 3

Thanks Kunal, but how where to find these navigation nodes which AEM provides ?

Avatar

Community Advisor

Please refer to the link below for navigation paths to multiple AEM UI. By revoking ACLs, you can restrict which AEM features would be accessible to the users.

 

https://techrevel.blog/2018/03/24/restrict-access-to-links-in-global-navigation-panel/


Aanchal Sikka

Avatar

Community Advisor

Hi,

This can be done with the help of overlay and sling feature flag.

Please check below article:

Sling – Feature Flags in AEM



Arun Patidar

Avatar

Level 3

I was able to achieve this with help of ACL. We can manage the permissions for specific node for users and hence can achieve this functionality. Thanks everyone for the help.