Hi everyone! Discover a goldmine of AEM insights at Adobe Summit 2025 with our comprehensive guide to all AEM sessions and labs. Whether you're a seasoned user or exploring Adobe Experience Manager, this post is your key to navigating the summit's content. Search No More: Looking for specific AEM s...
Dear Team,When I am trying to login to our Dev environment through SSO , then I am getting below error, as shown in below screenshot.Also I am getting below error message in the below error.log file.22.08.2016 19:45:45.254 *ERROR* [qtp1938287629-27055] com.adobe.granite.auth.saml.SamlAuthenticationH...
Hi Experts,I am writing an Custom Authentication handler in AEM in order to achieve the SSO functionality with Kerberos token. The code to decode the service token needs the LoginContext object. Below is the sample code this.loginContext = new JaasLoginContext("jackrabbit.oak", handler);this.loginCo...
Hello, when i create a page, i create a select (datasource) in the properties. in my datasource, i want recover the path of the page. for example : http://localhost:4502/mnt/overlay/wcm/core/content/sites/createpagewizard.html/content/geometrixx/fr, i want recover /content/geometrixx/fr. with aem 6...
Hi guys,I am seeking some advise on how to enable AEM Asset search to find assets containing metadata with special characters. I have an asset with "?????" (5 question marks) in my DAM but when I try and search for it I get no results. Furthermore, some of the other special characters (the backslash...
Let us say, my project structure in AEM server is as follows-/apps/myproject/components/compA/apps/myproject/components/compBAnd my project structure in SVN is as follows -/apps/myproject/components/compA/apps/myproject/components/compB/apps/myproject/components/compCNow, I want that compC should no...
Hi All,I'm trying to automate the data store garbage collection through the curl command given in below link :https://docs.adobe.com/docs/en/aem/6-0/administer/operations/data-store-garbage-collection.htmlCurl command: 1curl -u admin:xyz -X POST --data markOnly=false http://localhost:4502/syst...
I am trying to implement OAuth functionality in AEM 6.2 (based on this Presentation: https://docs.adobe.com/ddc/en/gems/oauth-server-functionality-in-aem---embrace-federation-and-unlea.html).I was able to make this work in AEM 6.1 since I can find the Service configuration of "Adobe Granite OAuth Re...
Hi All,Good evening!!!Need small help on sighlty,Created one component with below content and have to render layout based on selector as layout3, actually layout3 is objevalue.<div data-sly-use.myObj="Test"> <ul data-sly-list.keyName="${myObj.name}"> <div data-sly-test.objvalue=${keyName} d...
Hello all,I want to create a tool page in granite ui that will come somewhere under Tools > MyToolPage in the nav bar. I understand the whole process of creating cq:Page nodes which have the entire content made up out of granite ui components that will form the page. My question though is if it is p...
HiI'm working on AEM 6.1 sp1. I'm dealing with 2 issues, one I'm not able to get SP Private Key Alias, second I'm not able to script the steps of SAML configuration,description below.I've uploaded idp certificate, and also mine certificate and private key to /etc/key/saml as binaries. But it comes o...