Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 7/9/25
    Hi AEM Community, We’re excited to share that Interactive Communications capabilities are now available in Early Access for AEM Forms as a Cloud Service! Request Form: https://business.adobe.com/request-consultation.html?mktfrm_poi=experiencemanagerforms After a customer is enrolled, organizations ...

    Views

    100

    Likes

    3

    Replies

    0
  • 6/19/25
    Details The features in this release focus on Experience Manager Sites and Sites Optimizer and include the following: AEM SITES: Content Model Admin UIContent Fragment Launches UI and APIEdge Delivery Services ​with Commerce boilerplate   AEM CLOUD FOUNDATION Support for Authenticated OpenAPIs-base...

    Views

    367

    Likes

    3

    Replies

    2
  • 5/5/22
    We have functionality that inserts a custom audit log type whenever a certain property is updated - auditLogger.add(new AuditLogEntry( "com/day/cq/wcm/core/page", new Date(), newEvent.getUserID(), pageNodePath, "PageRestricted", entryProperties )); This was added back in classic and has ...

    Views

    999

    Likes

    0

    Replies

    2
  • 5/5/22
    Hi there,In our Adobe Assets instance, our Files folder structure is 103 Geographic Area / Locales, then 26 Business Divisions, with 73 different content types underneath them, each of which has a Private or Public folder underneath it. This was the recommended structure from our Adobe consultants. ...

    Views

    1.7K

    Likes

    0

    Replies

    4
  • 5/5/22
    AEM permissioning is used to determine what actions a user or group can perform and who is allowed to view a particular resource in AEM. It is one of the most important task that should be planned carefully for long term scalability and maintenance of assets in AEM. In this tutorial, we are going to...

    Views

    609

    Like

    1

    Replies

    0
  • 5/5/22
    Hi Team, Env: AEM as a cloud service1. Have created a system user from crx/explorer and provided the permissions on tools->security->permissions. Have verified the user permissions for the same on useradmin 2. Configured SU on system/console/configMgr. The file was generated under apps/system/config...

    Views

    1.7K

    Likes

    0

    Replies

    9
  • 5/5/22
    Hi Community, I am using AEMaaCS. My deployment build is failing on "Code scanning" step and getting following exception in log:org.sonar.java.se.ExplodedGraphWalker$MaximumStepsReachedException: reached limit of 16000 steps for method getCoreComponentImageRenditions#133 in class HtmlUnitClientPleas...

    Views

    840

    Likes

    0

    Replies

    1
  • 5/5/22
    How to Integrate LDAP with AEM ? by Aemrules Abstract LDAP (the Lightweight Directory Access Protocol) is used for accessing centralised directory services. You can achieve below vital things with LDAP integration The User accounts can be synchronised between LDAP server and the AEM repository. ...

    Views

    400

    Like

    1

    Replies

    0
  • 5/5/22
    AEM Analyser Maven Plugin by Adobe Abstract A Maven plugin used by developers of applications for AEM as a Cloud Service (AEMaaCS). The plugin provides an easy way to run the same checks locally as in the Cloud Manager pipeline and ensures that the application works correctly when deployed in the ...

    Views

    444

    Likes

    0

    Replies

    0
  • 5/4/22
    I have created a custom AuthenticationInfoPostProcessor service so that I could sent saml_request_path  and redirect the authenticated user to the appropriate page.   However, after authentication (i.e.after /saml_login request), there are 2 saml_request_path  set in the response - one set to the va...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 5/4/22
    Hello all:We have an Experience Fragment that utilizes custom AEM Components. Some of the elements in one of these Components get an event handler attached to them through a "clientlib" JS script in AEM. When using these Components through AEM, the event handlers are attached consistently and the co...

    Views

    935

    Likes

    0

    Replies

    3
  • 5/4/22
    Hello, I am trying to use an asset in the react app located in the ui.frontend of my project and to conduct some test to see if the api would work I called: const myHeaders = new Headers();    myHeaders.append("Authorization", `Basic YWRtaW46YWRtaW4=`);    myHeaders.append("Content-Type", "applicati...

    Views

    610

    Likes

    0

    Replies

    1