I am trying to integrate AEM with SAML. We are currently using a different IDP ( Call it IDP-OLD) and moving to a new IDP ( IDP-New).While integrating with IDP-OLD, the SAML Assertion Consumption URL was /content/saml_login. This Servlet created a cookie which was login-token which is httponly secur...
Hi, is there any tool or method through which i can sync my assets or content from one server to another server in AEM 6.4?.Content size approx 10 GB.Any suggestion will be highly appreciable.
Hi,I am not able to open any edit dialog after installing AEM 6.4.3 service. Is anyone else facing the same issue?Errors are :Uncaught TypeError: Cannot read property 'replace' of undefined at HTMLDocument.<anonymous> (page.8a9ad83c4b88a00fcbe6bfe0088d80c2.js:7541) at HTMLDocument.dispatch (jq...
Hi,According to the release notes for 6.4.3 there should be a new uber jar, but I don't see it yet in the Adobe repo.When will the uber jar be released?
Hi,Am using AEM 6.2 , I have created a servlet which gets invoked on a ajax call,Below is the way which i have used to add the cookie.String generatedSession = RandomStringUtils.randomAlphabetic(64);LOG.info("Generated a_V : "+generatedSession);Cookie responseCookie = new Cookie("a_v",generatedSessi...
I have gone through both the We.Retail Journal and WNKD Events React tutorials and have experienced the same issue on both tutorials.Namely, I am unable to see the parsys and editable components produced through the tutorials. When looking at the JSON, it appears that the components have been popula...
I am trying to initialize the GitHub We.Retail ReactJS demo project to experiment with a working example of this integration. I am getting the following error and having issues resolving it: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cann...
Dear All, I want to put the number when somebody selected the respective slide in carousel.For example , I have 5 slides in my carousel and when somebody will select the slide 1 then number 1 will be displayed , as shown below.For this I have added below in my mckcarousel.less file , as shown below...
I am facing issue while converting classic dialog into touchUI dialog. I have a dialog which contains lot of fields(widgets), so we grouped those fields using xtype as dialogfieldset for classic dialog. Used the corresponded xtype for granite UI component which is granite/ui/components/foundation/fo...