Expand my Community achievements bar.

SOLVED

Disable features in AEM Menu

Avatar

Level 1

I need to disable features in AEM Menu. Example:

- Projects should not be visible

learningNeverSt_0-1701672775610.png

- Also, if someone tries to access the URL directly, they should not be able to. Example: http://localhost:4502/projects.html/content/projects

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @learningNeverSt 

 

This can be achieved by revoking the permissions on:

- the node thats rendering the icon

- The node that generates the Projects Screen

 

Please refer to https://techrevel.blog/2018/03/24/restrict-access-to-links-in-global-navigation-panel/ . It has detailed list of these paths.

 

Also assure that you revoke access on related content. Example, If a user should not be able to access sites, then you might want to provide read-only or no access to Site content


Aanchal Sikka

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hello @learningNeverSt 

 

This can be achieved by revoking the permissions on:

- the node thats rendering the icon

- The node that generates the Projects Screen

 

Please refer to https://techrevel.blog/2018/03/24/restrict-access-to-links-in-global-navigation-panel/ . It has detailed list of these paths.

 

Also assure that you revoke access on related content. Example, If a user should not be able to access sites, then you might want to provide read-only or no access to Site content


Aanchal Sikka