Expand my Community achievements bar.

SOLVED

Give access to authors to view inbox

Avatar

Level 3

Hi all,

Which specific permissions needs to be checked in useradmin so that a user is able to view the AEM inbox.

1 Accepted Solution

Avatar

Correct answer by
Level 7

Minimum permission required For displaying inbox user should is "Read access of etc-->workflow"

As inbox is basically trigerred using a workflow in aem.

regards,

Ankur

AEM CQ5 Tutorials

View solution in original post

3 Replies

Avatar

Level 10

Read this AEM Doc: 

https://docs.adobe.com/docs/en/cq/5-6/workflows/wf-admin.html

Looks like you can control various workflow permissions by using CRXDE lite: 

For your use case - place the author in a group and then give that group the same permissions for a given workflow as the admin has. That should let the user see messages in the inbox. 

Avatar

Administrator

Hi 

Adding to what Scott has mentioned, Workflow models inherit a default access control list (ACL) for controlling how users can interact with workflows. To customize user access for a workflow, modify the Access Control List (ACL) for the workflow model node in the repository.

The following example restricts content authors from starting a workflow called mymodel. To restrict access, the Authors group is denied read access to the /etc/workflows/models/mymodel node.

The following diagram shows the default ACL for mymodel (the default ACL for all new models). The Authors group is a member of the contributor group, so Authors are allowed the jcr:read privilege for the node.

[img]https://docs.adobe.com/content/docs/en/cq/5-6-1/workflows/wf-admin/workflows_acl/_jcr_content/par/im...

Read full article at :- https://docs.adobe.com/docs/en/cq/5-6-1/workflows/wf-admin.html

I hope this will help you.

 

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

Avatar

Correct answer by
Level 7

Minimum permission required For displaying inbox user should is "Read access of etc-->workflow"

As inbox is basically trigerred using a workflow in aem.

regards,

Ankur

AEM CQ5 Tutorials