Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Is there a way to add a column to an AEM report that would display the URL of that page? I have the file path to the page, but I don't have the corresponding URL.
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...