Configuring Authentication for AEM Cloud Gated Content
Hello!
I'm currently working on implementing authentication-required pages in AEM Cloud. I've successfully configured the Authentication Requirement in the page properties on my author instance. However, when attempting to log in on my publish instance, I encounter a 404 error. This issue seems to be linked to the fact that it's trying to log in using the URL "/libs/granite/core/content/login.html," and access to this route is not enabled on my publish instance.
I'm seeking guidance on how to modify the settings to enable access to this route so that I can effectively create gated content in AEM Cloud. Any insights or solutions would be greatly appreciated!