Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Limit the author access to different console - Security issues

Avatar

Level 3

Hello,

I want to create users with author access to the site but I need to consider some security for them.

They should be able to update the content of site in website/DAM/Tagging consoles, but they should not be able to do anything else in the system.

I want other console be inactive/disabled. How can I make this access type for them?

Specially, I don't want they open tools and even if they can open any other console they should not be able to do any action on it!!

Can I do it in Users console?! They need to modify site, they should have access to the website in order create new page, modify, delete...

 

Thanks,

Bahareh

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

besides attaching proper ACLs on the respective parts of the repo (mainly removing write access to /etc/ for most of your users), you might want to check [0] for a description howto disable the consoles for them.

Jörg

[0] http://helpx.adobe.com/experience-manager/kb/remove-features-welcome-screen.html

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi,

besides attaching proper ACLs on the respective parts of the repo (mainly removing write access to /etc/ for most of your users), you might want to check [0] for a description howto disable the consoles for them.

Jörg

[0] http://helpx.adobe.com/experience-manager/kb/remove-features-welcome-screen.html

Avatar

Level 3

Great! It was really helpful.