Hi folks,If JWT authentication is deprecated for Adobe IMS integration in AEM as a Cloud Service, is there a migration path or documentation showing how to replace JWT with OAuth Server-to-Server in AEM code (for example, replacing ServicePrincipalCredentials with an OAuth-based flow)?
Hi all,I am trying to add a custom HTTP response header from the dispatcher level in an AEM as a Cloud Service (AEMaaCS) setup.I want this header to be included in responses served by Dispatcher for tracking/debugging purposes.What’s the best way to do this in AEMaaCS with Dispatcher configuration?I...
@Jagadeesh_Prakash You must enabled com.adobe.acs.commons.redirects.filter.RedirectFilter through system console? By default for us it's disabled on both author and publisher hence @SantoshSai mentioned to deploy via code so that we don't need to do it manually.
Thanks @SantoshSai - Enabling it on publish instance via /system/console worked - but strange it's nowhere mentioned in the article. But yes, We will deploy the configuration via code.
Hi Team,We are trying to implement ACS Common's Redirect Manager in our project as per: https://adobe-consulting-services.github.io/acs-aem-commons/features/redirect-manager/index.htmlFollowed the steps mentioned in that article but at the end redirect is not happening. Wondering what is missing.Not...
Hi Everyone,I am currently working on Adobe Experience Manager 6.5.17 and implementing a custom EventHandler to listen for page deletion events using the PageEvent.EVENT_TOPIC.Here’s a snippet of my code:@component(service = EventHandler.class,immediate = true,property = {EventConstants.EVENT_TOPIC ...
Hi community,We have a requirement where only certain users (like content approvers) should be able to publish pages. However, all authors currently see the "Quick Publish" and "Manage Publication" options in the page editor toolbar.Is there a way to hide or disable these publishing actions only for...
I'm planning to take the Adobe Experience Manager Sites Developer certification exams, specifically the ADO-E103 AEM Developer Certification and the AD0-E116 Adobe Experience Manager Sites Developer Expert exam. One of these exams is new. Which one would you recommend I choose?
Thank you!I actually tried adding resolver.commit() after asset.addRendition(), but unfortunately that wasn’t the issue in this case.The root cause turned out to be that theResourceResolver I was using didn’t have sufficient permissions to write to /content/dam. Even with the commit call, the change...
We have written a custom workflow process that’s supposed to resize an image and create a new rendition whenever an asset is uploaded under /content/dam/projects. The code executes without throwing any errors, but the resized image isn't getting created, and I don’t see any new rendition added. Here...