Expand my Community achievements bar.

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

  • 5/23/24
    Session Details AEM developers will have the opportunity to explore the newly introduced Assets Open APIs and cloud-native I/O Events that we are offering. These advancements enable the creation of out-of-process AEM extensions. During this session, we will demonstrate how to effectively implement ...

    Views

    2.3K

    Likes

    3

    Replies

    2
  • 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

    702

    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

    537

    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

    401

    Likes

    0

    Replies

    1
  • 5/4/22
    Can someone help me with this query.I am trying to find all the nodes under content that have a sling:resourceType=components/content/home/homeHeroTeaser I wrote the above as: String query = ''' SELECT * FROM [nt:base] AS n WHERE ISDESCENDANTNODE([/content]) AND n.[sling:resourceType]='comp...

    Views

    914

    Likes

    0

    Replies

    7
  • 5/3/22
    Learning: OSGi Bundle States in AEM by Codingwithtea Abstract OSGi is a fundamental element in the technology stack of AEM. It is used to control the composite bundles of AEM and their configuration. OSGi “provides the standardized primitives that allow applications to be constructed from small, re...

    Views

    243

    Likes

    0

    Replies

    0
  • 5/3/22
    Do I need QA for my Adobe Experience Cloud Project? by Peter Nash Abstract For many companies, the price tag that comes with investing in enterprise software can be significant. And as a result, many internal implementation teams feel the pressure to cut services to ensure that the initial price is...

    Views

    192

    Likes

    0

    Replies

    0
  • 5/3/22
    How to encrypt and decrypt OSGI config values by Lhotsetechnologies Abstract First, we have to make a service configuration by using the code given below. In this code I am showing you the normal way to show osgi config value. @Component(service = TestService.class, immediate = true) @Designate(o...

    Views

    361

    Likes

    0

    Replies

    0
  • 5/3/22
    How to configure s3 in AEM ? by Aemrules Abstract In Adobe Experience Manager (AEM), binary data can be stored independently from the content nodes. The binary data is stored in a data store, whereas content nodes are stored in a node store. Both data stores and node stores can be configured using...

    Views

    199

    Likes

    0

    Replies

    0
  • 5/3/22
    How Encrypt-Decrypt Data in AEM , Crypto Support ? by Aemrules Abstract How to Use Crypto Support in AEM to Encrypt/Decrypt Data? While working with AEM, The AEM dev-ops / developer team sometimes have a requirements to call third-party APIs/Services. Configurations related to these APIs/Services...

    Views

    238

    Likes

    0

    Replies

    0
  • 5/3/22
    How to Sync HMAC in AEM ? by Aemrules Abstract Crypto Support in AEM (Syncing HMAC among AEM instances) AEM OOTB provides a feature where we can encrypt the secured and confidential data through OOTB AEM Crypto Support and store it in a code repository in the form of OSGi configuration. Crypto Su...

    Views

    1.1K

    Likes

    0

    Replies

    0