I am working on use case where we are integrating SAML with our application , basically for new user login we are setting up createUser as false so that whenever user is logged in from IDP server , that user should not create in AEM .For existing user in AEM publish environment , it should redirect...
Hi Community, Any idea is AEM using ingress-nginx for dispatcher & publisher servers. https://kubernetes.io/blog/2025/03/24/ingress-nginx-cve-2025-1974/#:~:text=Ingress%2Dnginx%20translates%20the%20requirements,running%20within%20a%20Kubernetes%20cluster.
Adobe cdn is not allowing utm params and as per the recommendation have created the cdn.yaml file and the config pipeline is failing as it is expecting rules to be configured with it. but as per the adobe document it is not required. How this can be resolved and how to allow the marketing params suc...
I have just upgraded our build to use the latest AEM SDK, however everything that uses JSON now fails to run with the following errors java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map, boolean)'at com.google.gson.Gson.<init>(Gson.java:218)at com...
Hello everyone, I have a requirement to associate the Vanity links to an expiry date. (i.e.) Say I have a Page A on the Vanity section am using the following vanity links /campaign/101-June-2025/campaign/225-Dec-2025/campaign/301-Jan-2026When the Vanity expires, I should not only remove this entry o...
HI All I have assigned ACL read permissions to my project content path for the user group.After logging in as a user, I can see the Manage Publications,Create,Edit,Properties and Copy options. My expectation is that these options should be hidden for user groups with read-only permissions, correct? ...
Hello, For our project we require a connection to be made to a SFTP server. We managed to get this to work locally, OSGI picks the newly included Jsch JAR and we where able to establish a SFTP connection and perform the required operations. However, The AEMaaCS(2025.3.19823.20250304T101418Z) build p...
Hey i have a component in which i have created two view mobile view and desktop view, i have used two different resources for the same call. i need to minimize number of call to one. how do i use one resource and pass the values to both of them
Hi All, I have a requirement to restrict and show a popup to my web masters to do not upload more than 20mb assets (png, jpg, tif .. etc but not pdf, zip), while I was searching web, I found this link https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-6-5-19-on-prem-restri...
I am creating Content Fragment model for a react component and there is requirement to show a set of fields if a checkbox is true for the content authors. Is that possible to implement?For example, if the author checks "show message on expiry" it should display a text field to get message as input. ...