Hello, I am using aem cloudtrying to integrate SAML on my local author instance.using https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/authentication/saml-2-0.html?lang=en document for same.Service provider is http://localhost:4502 on SAML side.post authentication, it r...
Hi Adobe CommunityI am researching about AEM capabilities and the impact AEM has on organization and customers. Currently I am able to understand the basic concepts of AEM and how it is implemented. However, with the resources available online, I am unable to find the adequate Real Life Use Cases (C...
rich text component, in dialog we need error message once the character limit is reached (Char limitation is 100)2 ) And for editor , the limitation should be visible as well as the number of characters entered as belowCan anyone help me on this?
Hi Team, I want to get the last modification date of my site in one of the component. But the thing is let suppose there are 50 pages in my site and if I am making any kind of change in any of the pages. I want to get that modification date. Like I want to get the modification date for whole site. S...
Hi I having an issue on the sling date:<sly data-sly-test.startingDate="${'dd-MMM-yyyy' @ i18n, format=pnp.firstDayOfYear, locale=countryPage.languageCode, type='date'}"></sly>the firstDayOfYear value comes from Java method: public Calendar getFirstDayOfYear(){ Calendar c = Calendar.getIn...
I am working on a new AEM site, as part of the architecture I want to perform authorization checks for my user, e.g. if user is allowed to click on a CTA etc, is user allowed to read dynamic field value etc. My users will be coming from an external CIAM/IDP provider. Does AEM provide any documentati...
HI,on Adobe Aem Author in a java class that implements AuthenticationHandler, AuthenticationFeedbackHandler I have the following method: public boolean authenticationSucceeded(HttpServletRequest request, HttpServletResponse response, AuthenticationInfo authInfo) {…} How can I obtain the email addres...
Hi experts, Smart tags is automatically enabled in AEMaaCS. May i know how to disable it through OSGI Config or through code ? I know it can be done at the each assets folder using Asset Processing tab. Is there any OSGI feature flag for it ?
Hi I am trying to setup an email function servlet on AEM, it grabs nodes info in AEM and save them is a excel file. The servlet works fine on local, but somehow it's not working on live environment, here's my code: package com.fidelity.cms.aem.reports; import java.io.ByteArrayOutputStream; import j...