Hello, We have AEM 6.5 running on a AWS EC2. The instance is SSO Authentication enabled with inbuilt SAML Authentication handler configuration with Azure AD as IDP. Now, how can I make a Non-Interactive Service account (MS) to be able to login to AEM Author instance for accessing an API.
Hello Team, My application is hosted on AEM as cloud service. For some functionality, I have created Adobe IO runtime project. Now, I want to consume content fragments from my Adobe IO runtime project.Is there any way to consume ? even considering caching feature as well? cc @arunpatidar @aanchal-s...
Hi Team, When we are publishing a page, requirement is to capture Page Replication event in Publish Instance only and do some logic due to some business use case. Below code works fine and capture Page replicate event in Author. but not in publish. Changed event.topics value as ReplicationEvent.EVEN...
Hello, I've placed a table 2.0 component in my AEM site and it's a bit large. I was wondering if it was possible to freeze header columns or rows like you would in Excel? Thank you in advance for your answers.
Hi Can you please help me take a look at this issue? I created an AEM component with image upload function, somehow the image disappeared the second time I open the configure. The image appears the first time when I added it. And the CRXDE node shows that path of image is added. But when I open the...
Hi good day everyone, We publish items under var folder, but when we tried to open CRXDE on Local Publish, only bin and content are availableWould like to ask, are there any ways to view other folders.local author:local publish: Thanks!
Hi All, We are seeing in our environments 22.01.2025 08:00:11.490 [cm-p10000-e100000-aem-author-bc5d5000d-bhfqz] *WARN* [sling-oak-observation-5] com.adobe.aem.sites.eventing.impl.producer.PageProducerStrategy Invalid change type detected: DUMMY22.01.2025 08:00:11.518 [cm-p10000-e100000-aem-author-b...
Hi All,I am trying to write a JUNIT class for my core class which is basically creating CF programmatically.Core class: public void createContentFragment() { Resource destCFFolderResource = resolver.getResource(destCfFolderPath); Resource cfModelResource = resolver.getResource("/conf...
Can we create nodes in the cq dialog at runtime?The requirement is the dialog initially would only have a single dropdown with few fixed fields. So, when an option from the dropdown is selected let's say a value great is selected so when this action happened in the dropdown now it should map the val...