Hi,We're using the SAML Authentication Handler in AEM6 SP2 and this is working fine for logging in. We've also checked the "Handle Logout" option and filled in the "Logout URL" of our IdP. However, when we call /system/sling/logout.html there does not seem to be a call to the IdP to the logout URL....
Is it possible to programmatically (using JCR API - node.setProperty("cq:tags", ..) ) set a non existent TagID (i.e. it's not found under etc/tags) on a Page node?This seems to work on the author instance but not publish. Want to make sure this is something AEM comes with built in and is not custom ...
I am facing an issue when upgrading from CQ5.5 to AEM 6.1 . I have already deleted the index files and am able to regenerate them when I run the migrate command . java -Xmx4096m -XX:MaxPermSize=2048M -jar aem-quickstart-6.1.0.jar -v -x crx2oak -xargs -- -o migrate However, I see the following error ...
Is there any approach or possibility for accessing specific component html using custom bulit service. We can access data by querying but we need to access full html how it is going to be when it is rendered.
I am getting the below dependency issue. com.adobe.cq.launches.api,version=[1.3,2) -- Cannot be resolved I included the below dependency in pom.xml <dependency> <groupId>com.adobe.cq</groupId> <artifactId>cq-launches-api</artifactId> <version>5.6.4</version> </dep...
When will oak 1.0.19 be available on the package share? When I've searched and looked I have not seen it. I believe it has a fix for an issue we are seeing on my client's authoring instance. We continue to get warning log messages that are along the lines of ...CompiledPermissionImpl Cannot retrieve...
Hi Team,Here is my code, it's working fine, but how i can set page properties to editable by default. <edit jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/endor/actionbar/button" ...
I have setup the "CONFIGURING THE WORKFLOW EMAIL NOTIFICATION SERVICE" and "CONFIGURING THE MAIL SERVICE" so that workflow can send email notification.https://docs.adobe.com/docs/en/cq/5-6-1/administering/notification.html#Configuring the Workflow Email Notification ServiceThe issue I am encounterin...
Friends,We have a situation where we statfileslevel is set to "2" in dispatcher.any which invalidates the cache any time there is a page activation happens at /content/<root> level. We have pages very deep in the content tree and do not want dispatcher to invalidate the cache every time a page is ac...
Hi,We are seeing the following error during the DAM Asset Update workflow:com.adobe.granite.workflow.core.job.JobHandler Process resource is nullcom.adobe.granite.workflow.WorkflowException: Process resource is null at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase...