Hi aemmarc, I did not understand what exactly you meant by this statement "The SAML response from whatever Idp you're integrating with should set what groups the user is to be added to. "Do you mean, if SAML response contains aem user group name, after successful authentication will the user be mapp...
Hi,We are trying to implement Authentication usin OOTB SAML Handler to one of our application. We see an option to auto create users and assign them to default aem user groups. Our requirement is that there are two types of users 1. Dealer Admin and 2. Dealer user. I could not understand how we can ...
Hi Vaishali,I tried 2nd approach, instead of creating a custom textfield for aria-label within <a> tag plugin, i had manually added aria-label attribute in Source Edit plugin.I have added entries in /apps/cq/xssprotection/config.xml but see below message in error.log and aria-lable gets stripped off...
Hi, whitelisting aria-label did not help, when we re-open component dialog, i don't aria-label, even on page can't see aria-label in preview or view as published without re-opening dialog.
Hi,We are leveraging OOTB RTE i.e. Text component wherever Bodycopy content needs to be authored. We are also implementing WCAG 2.0 guidelines which requires to have aria-label for links within RTE. We have tried to add aria-label via Source Edit plugin but while data is being stored, aria-label is ...
@nikitagoyal , we were not able to achieve this, right now we still have IDP session timeout only in place.Please let me know if you find a solution for this.
Hi,We have a requirement to carry out minimum number of characters(2 characters) validations for First Name, Last Name while using AEM Core Components - Form Text component.Found this link which mentions about adding these features to framework but could not find them in core.wcm.components.content-...
Thanks Jaideep for the information.Below is my understanding based on your post, please correct if i am wrongCurrently SP Entity ID is AEMSSOENTITY in SAML Handler and same is created at IdP end with ACS URL as https://www.mycompany.com/signin/saml_login.By keeping SP Entity ID same, will update ACS...
Hi Jaideep,By SP ID in SAML Handler, do you mean Service Provider Entity ID?If yes, as per documentation serviceProviderEntityId - the sPEntityId you created on IdP.Or am i missing anything here?Thanks,Srikanth Pogula.