Hi Team,I have certain queries regarding Integration of AEM with LDAP:-1. While integrating AEM with LDAP do we require SSO.2. Currently, we have integrated AEM with LDAP without SSO, it is working but while creating the login page for a web application do we need Custom Authentication Handler, or w...
I tried following the instructions here - Enabling Classic UI in Editor in 6.3Here's what this looks like in CRXDE.This didn't work, though. https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/enable-classic-ui-editor.htmlHowever, if in the overlay I just explicitly set that fi...
Hi everyone,We have a use case, ie, we want to store one of our maven AEM project artifacts when ever we build it automatically gets store in to Nexus repository and from there if we want to access this project we would use it by adding dependency in the pom.So, now how can I add my project to nexus...
We have a case where we have a domain that has content from AEM and other applications. So, there are times where an author will want to put in a relative link to content on the domain that isn't in AEM. The link checker appears to be thinking these are invalid and removing the link from the page.I ...
I'm using ServiceComponentRuntime (http://javadox.com/org.osgi/osgi.cmpn/6.0.0/org/osgi/service/component/runtime/ServiceComponentRuntime.html ) to get Component configuration and description DTOs.But on building the project, I get the exception org.osgi.dto.DTO not found.I searched for this package...
Hi,I have tried to configure the replication from Author to Publish via SSL/TLS.I have followed this documentation: Replicating Using Mutual SSL But I can't find the following OSGi config for the "Apache Felix Jetty Based HTTP Service" which is named there as follow:Enable HTTPS To Use Granite KeySt...
While trying to hit the login page "/libs/granite/core/content/login.html" getting filter rejects error, even though the filter is allowed in publish farm. unable to access any content pages also. What else can be the possible reason for this ? We are using Apache 2.4.Publish farm30 # allow non-pub...
Hi Experts, We are facing difficulties with migrating content from Production to lower regions. We have a huge AEM content which serves 100+ markets and has MultiSite Management in place.But for development and other related activities, it will be of great help if we can sync content in production ...
I am experiencing issues when publishing some pages that have an alias on them, I am publishing the following path .../about-us/shopping-with-usThe json looks like this:about-us:{ "jcr:primaryType":"cq:PageContent", "jcr:mixinTypes":[ "cq:LiveRelationship" ], "jcr:createdBy":"admin"...