AEM Cloud - content availability to anonymous users | Community
Skip to main content
New Participant
February 1, 2023
Solved

AEM Cloud - content availability to anonymous users

  • February 1, 2023
  • 2 replies
  • 858 views

Hi, 

In the AEM cloud publish server, how can we make content available to anonymous users?

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 B_Sravan

I haven't tried this before on a publish instance, but can you try this?

configure Apache Sling Authentication Service

on ConfigMgr, check the allow anonymous access, and add your content path in the "Authentication requirements" property. Make sure you add a minus sign before the path.

Thank you,
-Sravan

2 replies

B_Sravan
B_SravanAccepted solution
New Participant
February 1, 2023

I haven't tried this before on a publish instance, but can you try this?

configure Apache Sling Authentication Service

on ConfigMgr, check the allow anonymous access, and add your content path in the "Authentication requirements" property. Make sure you add a minus sign before the path.

Thank you,
-Sravan

Nirmal_Jose
Employee
February 1, 2023

Hi,

By default, content is available for anonymous users unless you have introduced any IP based blocking for your org.

 

For example, in a dev environment with wknd installed, an anonymous user should be able to access - https://publish-p<programId>-e<environmentId>.adobeaemcloud.com/us/en.html.

 

This is indeed passed through CDN and dispatcher in all environments. Are you looking for anything specific ?