Hello, I need to implement OAuth2-based authentication in AEM as a Cloud Service (AEMaaCS). I’d appreciate your guidance on the steps involved in setting this up, and if possible, I’d like to request any code samples or references that can help validate if a user is authenticated successfully.Spec...
Hi Team,Recently we are seeing an issue on pipeline execution for AEMCS.The execution has been stuck during the deployment to the dev stage for several hours. Has anyone else faced a similar issue?We contacted the support team during the initial occurrence. While they couldn’t identify the root caus...
Hi All,I am facing some build issues in AEM CS. In local I dont see any error in build. but I am seeing these errors in CloudManager. Can someone help if there are any node upgrades required.The error18:21:59,081 [Exec Stream Pumper] [INFO]18:21:59,081 [Exec Stream Pumper] [INFO] 2025-07-23 18:21:58...
Hi all,I want to block .infinity.json access for a particular page for example: /content/site/en/sensitive-page.infinity.json at the Dispatcher level while still allowing it for other pages. How can I set a specific Dispatcher filter rule to achieve this?Thanks in advance!
We recently had a security assessment that identified brute force vulnerabilities on our dispatcher URL. The assessment showed 190 consecutive login attempts were possible without any blocking mechanisms on /libs/granite/core/content/login.html.As an immediate mitigation, I'm planning to add these D...
Hello community, Due to legal compliance, there is requirement to display versions of asset(pdf) with the current version. As version is getting generated under /jcr:system and not getting replicated even manually.Is there any work around for the same?Thanks
We have custom RTE component. We added styles plugin as per https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/configuring-and-extending/configure-rich-text-editor-plug-ins#activateplugin But still it is coming as empty. It is showing in network request....
Hello everyone.We're using AEM on-premise and want to migrate to AEM Cloud.We use AEM's Commerce/Products functionality. To do this, we've created our own importers, which connect to a PIM system for data extraction (REST API). (myclassBrand extends AbstractProductImporter implements ProductImporter...
Hi Community, I'm working on an AEM project where I’ve implemented a path-based servlet that handles four different extensions (e.g., .json, .xml, .txt, .custom). The servlet is registered using @SlingServletResourceTypes with specific extensions. The issue I'm facing is that one of the extensions i...