내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Assign permission for Publishing

Avatar

Level 8

Hi All,

I have a requirement like to publish content-Fragment-models, where I need to enable "Publish" menu on author.

Is there anyone who has added permission for Publish menu  to any user group?

 

Thanks,

Vani.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hello @Vani1012 

 

For publishing you need to add replicate access to a user group, as suggested by Arun and Heena.

 

Please do not add the permission directly on AEM servers. Use tools like repo-init or netcentric ACL tool to set-up permissions.

 

This assures same group access is deployed across all environments.


Aanchal Sikka

원본 게시물의 솔루션 보기

6 답변 개

Avatar

Community Advisor

you need to give replicate permission under /conf/<cf-model-location>

e.g. /conf/we-retail/settings/dam/cfm/models/we-retail-experience 

 

I don't think so there is a dedicated group apart from administrator

 

arunpatidar_0-1666265641090.png

 

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 8

I have given only Read permission, what are other permissions should I add to enable 'Publish' menu on author mode

Please find the attachment.

Vani1012_0-1666274365885.png

Should I click the checkbox of Modify,create to get Publish menu?

Avatar

Community Advisor

you have to grant 'Replicate' permissions.

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 8

Replicate is the only permission I have to add right?

Avatar

Community Advisor and Adobe Champion

You can create group for "replication" and provide permission to replicate content fragment under specific path of cf models.

Create groups here- http://localhost:4502/security/groups.html

and go to permissions under security of tools http://localhost:4502/security/permissions.html/principal/everyone search your group and provide below things:

path: where cf model resides. it should be under conf. So path: /conf/your-project

and Privileges : crx:replicate

HeenaMadan_0-1666273495602.png

 

Avatar

정확한 답변 작성자:
Community Advisor

Hello @Vani1012 

 

For publishing you need to add replicate access to a user group, as suggested by Arun and Heena.

 

Please do not add the permission directly on AEM servers. Use tools like repo-init or netcentric ACL tool to set-up permissions.

 

This assures same group access is deployed across all environments.


Aanchal Sikka