Hi Experts, I am working on implementing custom authentication handler for AEM 6.4 with MFA - OTP Code. Author submits the username and password and if valid then redirected to a otp page to capture the OTP code shared via email. Problem is once user submits the otp code, an error comes up "http:/...
Hi All,Greetings!I am trying to assemble multiple fragments to create a one master xdp file so that I can use the same to generate the PDF.I have tried the following documentation for the same;https://helpx.adobe.com/experience-manager/6-3/forms/developing/assembling-multiple-xdp-fragments.htmlBelow...
Has anyone been successful in getting the sling log rotation pattern for twice a day - at noon and at midnight to actually work? '.'yyyy-MM-dd-a ”Other patterns work as expected, but this one seems to just rotate once a day at midnight with the addition of AM or PM on the filepath instead of actual...
Hi. I am having issues with some publishers after installing service pack 6.5.7. The author instances appear to be ok. I am seeing this repeatedly in the log . 13.01.2021 03:33:08.391 *INFO* [10.170.16.11 [1610530388389] GET /mnt/overlay/granite/ui/content/shell/header/actions/pulse.data.json HTT...
I'm working on a content fragment which has several single line, multi-line and binary inputs. One example of a single line input, I've named title. In my HTML, I'm able to access the title value like this: Current HTML: ${fragment.elements[0].value} This works, but it's not the best method if I wan...
Hello, I try to build the bootstrap connector, but I can't because of this message:Downloading from adobe-public-releases: https://repo.adobe.com/nexus/content/groups/public/com/adobe/granite/com.adobe.granite.translation.api/1.1.34/com.adobe.granite.translation.api-1.1.34.pomDownloading from locali...
Hi Team, Looking into Validation section at https://experienceleague.adobe.com/docs/experience-manager-cloud-service/assets/content-fragments/content-fragments-models.html?lang=en#validation ValidationVarious data types now include the possibility to define validation requirements for when content i...
Hi All, A simple question, does AEM 6.5.7 the latest SP include fixes from the previously released versions 6.5.1 to 6.5.6 ? Say suppose if a client is in AEM 6.5.1 and wants to upgrade, can the client upgrade directly to 6.5.7 or do they need to install each of the SP starting from 6.5.1 till 6.5.7...
Hi, We are using OOTB TeasersCacheServiceImpl to do personalisation in AEM 6.4.4.0. When we activate content we don't see variants updated on Publishers. The content get's replicated to Publishers, but the actual TeasersCacheServiceImpl that serves content to TargetedManagerImpl does not serve updat...
On the authoring page view, after selecting a page to edit, we want to hide the properties toolbar button option for a specific group. What is the way to customize the toolbar based on user access rights?