In adobe aem we can create users and groups of users for multiple roles like developer or manager etc and we also can handle permissions about what will be accessible and what will not.
Create AEM User
Navigate to http://localhost:4502/useradmin
- Click on Edit -> Create -> Create User.
- Fill in the requested details and press Create
- Search for the user you just created and double-click on it
- Now you can see the properties, Groups, permissions, Impersonators, and Preferences of this user.
- The user is created.
Create a New AEM Group
- Click the Create button and enter the required info in the Details Part
- Select Members and search for the users you want to add to this group
Modify Permissions for a user or a group in AEM
- Navigate to http://localhost:4502/useradmin
- Search for the user or group you want to edit the permission for
- Double-click on the user and select Permissions
Test
- Now to test if the user is created and permission is done in the right way:
- Sign out of the admin user
- Log in as User in aem css that you have created above
- Go to Sites, you can see that while this user is signed in he can only access the CXP project
With ACS Command we all can create users and assign permission
0 comments: