Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Anonymous Access Not Enabled Need to Log Into AEM To View Public Content

Avatar

Level 2

Hi,

We have an iFrame that points to a AF Form, and we are running into the issue of always having to log in to see the form.  We tried going to the form directly from a machine that's not localhost and we get the log in prompt before we can access any page.

1832728_pastedImage_0.png

What we want is to have anonymous access so that the iFrame won't be prompted for a log in, the form is meant for public access.  We've already set sling Authentication Service to allow Anonymous access, but it still doesn't work.  Please advise.

anonymous-access.png

18 Replies

Avatar

Employee Advisor

In an iframe you need to embed the URL of published form. It appears you are using the Author URL.

Avatar

Level 2

no we are using the publish URL we were troubleshooting this issue before we posted.  It seems to work on the localhost, but when we tried to access it from a remote machine we get the log in prompt.

Avatar

Employee Advisor

Check the browser console for network traces, if the server is being hit correctly. Is there any proxy server in place?

Avatar

Employee Advisor

Is there a dispatcher in front of the AEM?

Avatar

Level 2

We are not using any proxy server.

Avatar

Employee Advisor

so you are not using AEM publish instance. just an author instance in which you have enabled anonymous access?

Avatar

Level 2

I am not sure what a dispatcher is, but our setup is just the Author and Publish instance.  Pretty simple setup.

Avatar

Level 2

we are using the publish instance to publish our content.

Avatar

Employee Advisor

How do you start your Publish and how is the domain name mapped to this Publish machine?

Avatar

Employee

Try to find a node that represents your form and set an explicit ACL read for an anonymous user.

Avatar

Level 2

We've resolved the anonymous access issue.  Author and Publish were both using port 443, we thought that by using a combination of hostname + port AEM would be able to distinguish between the two instances but that's not the case.  We resolved the issue by assigning the Author instance to port 444 and now anonymous access works.  However, we have another issue in which we are unable to publish contents to the Publish instance from the Author instance especially Adaptive Forms.  Any ideas on why this is happening?

Avatar

Employee Advisor

did you configure publish instance from the author

http://localhost:4502/etc/replication/agents.author/publish.html

settings Transport tab URI pointing to your publish server. (or create a new publish agent and add the configurations pointing to your publish server)

Avatar

Level 2

Thank you for pointing us in the right direction.  We were able to get the publish agent working again and now the publishing works in Author. Although we did struggle with the adaptive forms not publishing on the publish instance.  We got to work after we import the forms on both the Author and the Publish instance.  Is that the best way to do it?  We thought that when we publish the form in Author it would automatically publish it in Publish.  But that did not occur until we manually imported the form in Publish.  Please clarify thanks.

publish.png

Avatar

Employee Advisor

Since you have corrected the replication now, please try pushing the form again. Both the approaches are ok but using replication to publish is the preffered one.

Avatar

Level 2

We tried it did not work. Once we imported the forms manually to publisher instance then we published the same forms on the author then it worked. Are we missing something here? or there any different replication settings we need to do for forms to replicate from Author to Publisher.

When we publish the page replicates fine but not the linked form in that page.

Thanks,

Devaraj

Avatar

Employee Advisor

Create a simple form on author and publish it

check to see if it works

Avatar

Level 2

Per your suggestion, I created a sample form on Author and published. See the screenshot below.

1833993_pastedImage_1.png

If I preview the form in the author it looks fine. See thescreenshot below:

1833994_pastedImage_2.png

and it published the page to the publisher, see below

1833992_pastedImage_0.png

when I click on the above page, it returns a blank page.

Avatar

Employee Advisor

Can you send your test package? Also, what's your aem forms version?