We had a great session at our Chicago office as we hosted the AEM Midwest Chapter's 9th meeting in the community! Held last Thursday, 9/18, we enjoyed deep-dish pizza (a real Chicago treat!) and beverages and had a great discussion with other partners on a topic that everyone's talking about: AI. ...
I have a 2 publisher - 2 dispatcher setup (one-to-one mapping). I have implemented a JWT Based Oauth on my publishers. I generated individual Oauth Clients on both the publishers and therefore both have different client id & client secret. Thus the JWT tokens generated for both are different and so ...
AEM(Adobe Experience Manager) Headless Implementation— Workflow by Albinsblog Abstract My earlier post explained the steps to enable headless content sharing through GraphQL. Refer to https://medium.com/tech-learnings/how-to-deliver-headless-content-through-graphql-api-and-content-fragments-da2b2d2...
Guidance For Choosing the Best Adobe Experience Manager Solution Partner by Bounteous Abstract Your organization has recently made the strategic decision to invest in Adobe Experience Manager (AEM). It wasn't an easy journey to get here - all the internal discussions, stakeholder negotiations, and ...
AEM as a Cloud Service Tutorials - Create an Access Token by Adobe Docs Abstract Exchange JWT for Access Token The JWT created in the previous step is exchanged with Adobe IMS APIs for an Access Token, which can then be used to access AEM as a Cloud Service. To request an Access Token send a POST r...
AEM as a Cloud Service Tutorials - Merge data with the XDP template by Adobe Docs Abstract Make the POST call The next step is to make an HTTP POST call to the endpoint with the necessary parameters. The template and the datafiles are provided as resource files. Properties of the generated pdf are ...
AEM as a Cloud Service Tutorials - Installing IntelliJ community edition by Adobe Docs Abstract Installing IntelliJ Install IntelliJ community edition. You can accept the default settings while suggested during the installation. Import the AEM Project Launch IntelliJ Import the AEM project you cre...
AEM as a Cloud Service Tutorials - Updating cloud service project with latest archetype by Adobe Docs Abstract Migrating from old aem archetype To update your existing AEM Forms project with the latest maven archetype, you will have to manually copy your code/configurations etc., from the old proje...
I have a graphQL endpoint on our AMS environment.I want to set-up authentication on GraphQL endpoint before sharing it with third-party Apps.I am using AEM 6.5.10 version.
I am wondering if it is possible to create copies of an existing user group? I am looking at creating several dozen user groups that have the same set of permissions, but to different folders based on projects/clients. It would be nice to set up one group, then create a copy of it and just change th...
Hello Everyone,We have a simple 3-Columns Grid component where we are using "wcm/foundation/components/parsys", directly inside those columns for adding whatever component. Our concern is that, is it safe to use "parsys" as resourceType directly or should we use "wcm/foundation/components/responsive...