コミュニティアチーブメントバーを展開する。

NavyaVo
NavyaVo
オフライン
タイプ
  • すべて
  • 質問
  • ディスカッション
  • アイデア
  • ブログ
ユーザー投稿による絞り込み
  • Hi folks,If JWT authentication is deprecated for Adobe IMS integration in AEM as a Cloud Service, is there a migration path or documentation showing how to replace JWT with OAuth Server-to-Server in AEM code (for example, replacing ServicePrincipalCredentials with an OAuth-based flow)?

    タイプ

    質問

    表示

    166

    いいね!

    0

    返信

    1
  • Hi all,I am trying to add a custom HTTP response header from the dispatcher level in an AEM as a Cloud Service (AEMaaCS) setup.I want this header to be included in responses served by Dispatcher for tracking/debugging purposes.What’s the best way to do this in AEMaaCS with Dispatcher configuration?I...

    タイプ

    質問

    表示

    249

    いいね!

    0

    返信

    1
  • @Jagadeesh_Prakash You must enabled com.adobe.acs.commons.redirects.filter.RedirectFilter through system console? By default for us it's disabled on both author and publisher hence @SantoshSai mentioned to deploy via code so that we don't need to do it manually.

    タイプ

    質問

    表示

    595

    いいね!

    0

    返信

    1
  • Thanks @SantoshSai - Enabling it on publish instance via /system/console worked - but strange it's nowhere mentioned in the article. But yes, We will deploy the configuration via code.

    タイプ

    質問

    表示

    719

    いいね!

    0

    返信

    3
  • Hi Team,We are trying to implement ACS Common's Redirect Manager in our project as per: https://adobe-consulting-services.github.io/acs-aem-commons/features/redirect-manager/index.htmlFollowed the steps mentioned in that article but at the end redirect is not happening. Wondering what is missing.Not...

    タイプ

    質問

    表示

    729

    いいね!

    0

    返信

    6
  • Hi Everyone,I am currently working on Adobe Experience Manager 6.5.17 and implementing a custom EventHandler to listen for page deletion events using the PageEvent.EVENT_TOPIC.Here’s a snippet of my code:@component(service = EventHandler.class,immediate = true,property = {EventConstants.EVENT_TOPIC ...

    タイプ

    質問

    表示

    421

    いいね!

    0

    返信

    3
  • Hi community,We have a requirement where only certain users (like content approvers) should be able to publish pages. However, all authors currently see the "Quick Publish" and "Manage Publication" options in the page editor toolbar.Is there a way to hide or disable these publishing actions only for...

    タイプ

    質問

    表示

    442

    いいね!

    1

    返信

    3
  • I'm planning to take the Adobe Experience Manager Sites Developer certification exams, specifically the ADO-E103 AEM Developer Certification and the AD0-E116 Adobe Experience Manager Sites Developer Expert exam. One of these exams is new. Which one would you recommend I choose?

    タイプ

    質問

    表示

    443

    いいね!

    0

    返信

    1
  • Thank you!I actually tried adding resolver.commit() after asset.addRendition(), but unfortunately that wasn’t the issue in this case.The root cause turned out to be that theResourceResolver I was using didn’t have sufficient permissions to write to /content/dam. Even with the commit call, the change...

    タイプ

    質問

    表示

    412

    いいね!

    0

    返信

    0
  • We have written a custom workflow process that’s supposed to resize an image and create a new rendition whenever an asset is uploaded under /content/dam/projects. The code executes without throwing any errors, but the resized image isn't getting created, and I don’t see any new rendition added. Here...

    タイプ

    質問

    表示

    472

    いいね!

    0

    返信

    3