Expand my Community achievements bar.

Hide all DAM information from newly logged-in users

Avatar

Level 1

Hello, I hope you're all doing well.

In AEM Assets, I need to prevent newly logged-in users from seeing anything in the assets directory. I tried adding a `deny: read` block to 'everyone', which is one of the default groups all users log in with, for a single folder that's still being displayed. This hides the folder for everyone, regardless of whether they're in a group they already have access to.

What I need is to hide everything for newly logged-in users while allowing existing users to continue working normally.

I see they log in with four defined groups, but these groups can't be removed afterward. I considered putting this in a smaller group, but then I encountered the problem of not being able to remove other users from that group.

How can I handle this situation?

Thank you very much.

1 Reply

Avatar

Community Advisor

Hi @Mailyn_TMo ,

You can follow below steps to create a group and provide access to them:-

  1. Create a User group and add new members as part of that group.
  2. Navigate to permissions page (http://localhost:4502/security/permissions.html) and add the ACE's 

 

Using the above approach users will have access to specific folders only( like : content/dam/abc) and will not have access to any other folders or any new folders that will be created in DAM as we are not denying other folders and explicitly giving permissions to specific folder 

 

In this way the user groups can be configured to specific folders based on the requirement 

 

There are multiple ways to configure user groups and permissions in AEM and is dependent on the business requirements. Couple of approaches below 

 

-Tarun