Hi Members, I am trying to implement a custom SAML implementation. I Implemented (extractCredentials & requestCredentials) methods successfully. Users can access the page, and each other behaviors are working as expected.But in the dropCredentials methods I am facing a problem.What I did I have a Cu...
Hi,I have local country sites("/content/local-cuntry/en-us/about", "/content/local-cuntry/en-uk/about", "/content/local-cuntry/en-ae/about", "/content/local-cuntry/en-be/about" etc)We have editable template /conf/local-cunry/settings/wcm/templates/test-template.our requirement is to create pages und...
Hi, Anybody using Rest API in Adobe mesh? I have requirement to create mesh for third party rest api and graphql response. As third party REST api is kind of search service which needs query params to fetch results. Below is my sample json response when i do search endpoint: https://<searchend...
Hi Community, I am seeking help on writing a piece of JavaScript to limit date picker and only allow selection from today + 7 days, as I am told the only way is putting code in rule editor. Without the IT knowledge and resource, I turned to ChatGPT for help, but it didn't work. Therefore, I want to ...
Hi Team, I got an error while trying to connect to the exchange token URL internally via servlet. "Server returned HTTP response code: 400 for URL: https://ims-na1.adobelogin.com/ims/exchange/jwt" So basically I am first generating the JWT token using the privatekey.pem file and then hitting t...
When a button is clicked in my Adobe Interactive Form, I aim to verify user credentials for the SAP portal using JavaScript, but I'm not receiving the expected status back. Here's the code I'm using:when button CLICK event in the adobe digital form var cPortalUrl = "https://nspek.com:50001/irj/porta...
Hi guys.We have a servlet in the publishing environment that creates users and groups, in Aem Cloud Service.We are using a service user: "myServiceUser", it is included in the administrators group. Map<String, Object> param = new HashMap<>();param.put(ResourceResolverFactory.SUBSERVICE,"myService");...
Hi All,I have a requirement where i am generating a report in the AEM cloud and storing the file under /var/dam/reports/../filename.csv after a successful generation of report i want to send the report link with the AEM environment link via mail. I am not using any servlet to generate a report, usin...