Give access to authors to view inbox | Community
Skip to main content
amrit1993
Level 3
June 30, 2016
Solved

Give access to authors to view inbox

  • June 30, 2016
  • 3 replies
  • 2709 views

Hi all,

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AnkurAhlawat-1

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

3 replies

smacdonald2008
Level 10
June 30, 2016

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. 

kautuk_sahni
Community Manager
Community Manager
July 1, 2016

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/image.img.png/1337708877835.png[/img]

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
AnkurAhlawat-1
AnkurAhlawat-1Accepted solution
Level 6
July 1, 2016

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