Hi, how can we generate a bearer token/access (in Java/ .NET) using following information - {"ok": true,"integration": {"imsEndpoint": "ims-na1.adobelogin.com","metascopes": "111_aem_cloud_api","technicalAccount": {"clientId": "cm-111-11111-integration","clientSecret": "1111111"},"email": "1111111@...
I'm having OSGi issue when I'm trying to use com.fasterxml.jackson.dataformat.xml Bundle is present in platform, installed from launchpad:resources/install/20/jackson-dataformat-xml-2.13.0.jar in active state I've added this dependency in scope provided to parent pom and then included it into co...
I have a use-case where I want to use expose a JSON(Multiple resource types). /content/wknd/poc/jcr:content/root/container/imaewithtext.json .its exposing only parent content not child components(Text and Image) <div class="imagewithtext"> <div data-sly-resource="${'image' @path='wknd/component...
Hi All, I tried to do a PoC on personalization using OOTB ContentHub. Everything I did as per documentation but when I am browsing the page from different browser or location, the page paints other components but not the targeted components for that we set the activity and audience. I am seeing be...
Hi, I am trying to redirect the home page of a website based on the browser language of the user. For doing this, I have put in the following rule which is not working.- #Redirect for Portuguese language based on HTTP headerRewriteCond %{HTTP:Accept-Language} pt [NC]RewriteCond %{HTTP_HOST} xxx....
I have multiple country specific sitemap.xml (/us/en-us.sitemap.xml , /us/es-us.sitemap.xml) which is created using OSGI configuration (com.adobe.acs.commons.wcm.impl.SiteMapServlet). Now I need a index sitemap at root of the domain (localhost:4502/sitemap.xml) having all the market's sitemap. Any l...
I have an en master page where in I have a fr live copy but in the live copy page Live copy tab is missing in page properties. Can anyone help me why the fr page isnt a live copy Thanks, Vani.
Hi Team, I have a custom Carousel Component inheriting from Core Carousel. The carousel has slick slider implemented in it. The markup is minimally changed other than addition of a <div> container which has slick slider dependency. <div class="${wcmmode.edit ? 'carousel__authoring' : ''} carouse...