To integrate Azure AD with AEM, we need to execute following steps: Configure Azure AD Single Sign-On - to enable users to use this feature.Configure Adobe Experience Manager Single Sign-On - to configure the Single Sign-On settings on AEM .Create an Azure AD test user - to test Azure AD single sign-on.Assign the Azure AD test user - enable … Continue reading Configuring AEM for Single Sign On via Azure AD
Author: Aanchal Sikka
Deploying Netcentric accesscontroltool with AEM Project Archetype 24
The current blog focuses on how we can deploy Netcentric AccessControlTool via the maven project created with Archetype-24. Challenges faced Issue 1: The latest Project structure recommends deployment of third-party packages via embed statement. Though, I was able to deploy "accesscontroltool-oakindex-package" via embed, "accesscontroltool-package" didn't install.Resolution: Use sub-package for deployment of "accesscontroltool-package"Issue 2: We had … Continue reading Deploying Netcentric accesscontroltool with AEM Project Archetype 24
ConfigurationAdmin – Access OSGi configuration of other services
In this article we will explore ConfigurationAdmin interface. Service for administering configuration data. ConfigurationAdmin is a dictionary of properties. To identify a target service's dictionary use its PID. Sharing as code snippet that reads "rootmapping.target" configuration of the OOTB "Day CQ Root Mapping" service. https://gist.github.com/aanchalsikka/dd0bfd893eaf4492ef3453b7b723d45a When a target service's configuration is updated, config details would … Continue reading ConfigurationAdmin – Access OSGi configuration of other services
Editing jcr:data/binary/rendition in AEM
Sharing a code snippet to update a Binary file stored in AEM. Here, we are updating a binary file stored as jcr:data in the original rendition. https://gist.github.com/aanchalsikka/9f6ab7f60082d4af1299e1772f67069b