Editable Templates - Access on /conf for anonymous user | Community
Skip to main content
Level 4
August 25, 2018
Solved

Editable Templates - Access on /conf for anonymous user

  • August 25, 2018
  • 3 replies
  • 4179 views

Hi All,

I am trying to develop site using editable templates. These works fine with logged in user on publish but when trying to access the site using anonymous user, page content is not rendered properly. I found out that on giving read permission for anonymous user on /conf folder resolves this issue.

I want to check if this is a good idea/best practice to provide read access on /conf for anonymous user or is there any better approach to resolve this issue?

Thanks,

Rajeev

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 arunpatidar

Hi,

Its ok to give anonymous user read access to /conf on AEM; but the dispatcher should block any direct access to /conf.

3 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
August 25, 2018

Hi,

Its ok to give anonymous user read access to /conf on AEM; but the dispatcher should block any direct access to /conf.

Arun Patidar
Level 4
August 25, 2018

Thanks Arun for the confirmation. We are blocking direct /conf access on dispatcher. I was checking this because OOTB permissions on /conf is set to deny all for everyone.

Thanks,

Rajeev

yogeshVaidya
Level 2
August 27, 2018

As explained by Arun, it is ok to have read access to /conf. Permission to /conf is required because you are probably adding client library through page design hence read permission to /conf(i.e. templates) is required. In cases where component level client libraries are used, permission to /conf is not required.