In AEM 6.3, we are doing AEM- LDAP integration. While searching I have found “Adobe Granite SAML 2.0 Authentication Handler” which we can use for LDAP integration. Also, we have three other LDAP osgi services to connect to LDAP [“Apache Jackrabbit Oak LdapIdentityProvider”, “Apache jackrabbit oak D...
Hey everyone -We are looking to integrate with the Adobe headless-CMS version of the AEM. The typical use case being our clients have a complete AEM suite and we would like to pull down assets within the CMS for them to use within our application.I'm looking for specific HTTP RESTful API documentati...
Hi Everyone,In 6.3.3 when you install the Assets Share Commons with the sample content the Light and Dark how pages both show assets from /content/dam/asset-share-commons/en/public. How to make it display assets from different location or the whole /content/dam? Thank you very much!Bobby
Hi,I've a requirement where I need to add custom css class to <ul> tag in rich text editor. The style plugin adds the span tag inside <li> tag.Is there any way to achieve it?Thanks,Himanshu Singhal
Hi all,starting from AEM 6.5 Adobe provides two types of uber-jar: regular and with deprecated api. Looking at AEM docs I can see that com.day.cq.dam.scene7,Scene7Service has been marked as deprecated and we're instructed to use com.day.cq.dam.scene7.api.Scene7Service.However neither of packages lis...
Hi,As part of CFP release notes I could find brief description of issues and its fix number. But is there anyway through which I can get detailed description of an issue/fix that was made available in cumulative fix package. Thanks,Amuthesan.
Hello everyone,I am trying to add additional fields to the Asset Finder for Content Fragments, so that content authors can search for fragments with specific tags and metadata fields, here: AEM allows me to overlay search facets in the Asset Finder for Images by editing the Page Editor (Image search...
Hi all,I am trying to implement something like below in sightly<div class="${condition1?'class1:'condition2?'class2':'condition3?'class3':''''}">I have 3 conditions, if condition1 is not met it goes to condition2 and then condition 3 and finally else case. I am getting error doing above.Below is gen...
Hi All,I have one doubt regarding dam asset.If I have one asset (image/pdf) in production author instance and the same asset also present on production publish instance, now If I am going to delete the asset (image/pdf) from production author instance without deactivating it, in this case the asset...
Dear Experts,When a bunch of images are uploaded to AEM instance with 6.3.3 version having separated datastore, all images are uploaded successfully and proper jcr content fields are allocated. But, when I tried to locate the image(file) specified in dam:sha1 field in filedatastore, I neither found ...