Dear community, I have a " forget password " use case which introduce in system user to initiate resetting password before authentication. The code snippet is like: Map<String, Object> serviceParams = new HashMap<String, Object>(); serviceParams.put(ResourceResolverFactory.SUBSERVICE, "system-us...
I am working in one of the requirement where I need to create the page JSON form the all available components on the page . I tried to create the workflow process in the custom process I tried to get the all the current page's components but I am not able to get the all the component nodes and also ...
Hi All, any direction how to update existing Adobe AEM Cloud as service Author, Publish service instance domain name to custom domain and what will be process for SSL certificate provisioning and configuring for each instance in each environment. Please provider any direction here . Thank y...
From sling filter, in case of an error we are trying to send back the response code to the browser using SlingHttpServletResponse setStatus method and then forward to error page using RequestDispatcher. Please see the code below for the same - slingResponse.setStatus(errorCode); RequestDispatcher di...
Hi all, I have a quick questions regarding this api https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/mac-api-assets.html?lang=en#retrieve-a-folder-listing What's the limit of folders sent by the API when making the call? Is there pagination? I can't find this on the d...
In Connected Assets, I am able to drag and drop an image from the remote DAM using the features, and it caches a local copy of the image in the local site. However, I am unable to add those remote DAM assets into a custom component. When I drag and drop the image into the custom ...
Hi Team, I have requirement to fetch both master and mkg-data node value for the path /content/dam/projects/we-retail/communities/community1 . But here I am getting this by using below 2 query parameter. But I want to get all master and mkg-data node values in one query. http://localhost:4502/bi...
Our dispatcher has the configuration broken out into separate .any files, like the WKND does (https://github.com/adobe/aem-guides-wknd/tree/main/dispatcher). Is there a way to compile/assemble all of them into one file for debugging? We have about 30 files so it would take a while to combine manua...
I want to use bulk importer to import assets from Azure blob storage. I can see bulk importer icon in development environment (Tools > Assets > Bulk Import) but this bulk importer icon is not present in stage environment.I dont see any doc that tells how to install bulk importer tool. Do I need to i...
Dear community support members, Hope you are doing well. I am having following Package Deployment error in AEM instance. We are using Gradle build tool. And during the build process the packageCompose task is successful, but packageDeploy into AEM instance is failing with following repeated consol...