Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 2/14/23
    Hello. I need to sync code of AEM project from external Git repository to deploy on Adobe Cloud. Is it possible to configure Personal Access Token for Adobe Cloud Git repository?

    Views

    637

    Likes

    0

    Replies

    2
  • 2/14/23
    Hi Team,   Did anyone have integrated Azure Oauth with AEM?   AEM OOTB will not support Azure Oauth, but any custom code implementation with Azure will help.   We have linkedIn and Google code available, but if we get Azure custom oauth code it will be helpful.

    Views

    543

    Likes

    0

    Replies

    1
  • 2/14/23
    Hi Team,  I tried to add breadcrumb component on template in initial content, but its throwing this error. Can anyone help me My component is just inheriting from core v3 breadcrumb  

    Views

    294

    Likes

    0

    Replies

    2
  • 2/14/23
    We are having these groups in AEM as a cloud service instance  AEM Administrators-<SOME_STRING> AEM Users-<SOME_STRING> LICENSE_DEV_ADMIN_GROUP_NAME_SUFFIX PRODUCT_ADMIN_GROUP_NAME_SUFFIX   What is the purpose of these groups, why are there multiple with different strings of numbers/letters? A...

    Views

    432

    Likes

    0

    Replies

    2
  • 2/14/23
    Hi, I have a query, can we write a condition to check the methods in the model class before we call the model class using data-sly-use and call the methods.   here's a scenario: Model Class,   @Model(adaptables = Resource.class) public class HelloWorldModel {     @ValueMapValue(name=PROPERTY_RESOU...

    Views

    667

    Likes

    0

    Replies

    8
  • 2/13/23
    I want the button component to come onto my custom component. The button should be customizable like so: This is dialog box that comes up when you try to configure the button. I would like this to come up when I click on the implemented button within the custom component I built.   For less confus...

    Views

    1.5K

    Likes

    0

    Replies

    14
  • 2/13/23
    This page (The Dispatcher Security Checklist | Adobe Experience Manager) mentions that this path needs to be opened.Any ideas what's the json for? I know it returns user information.   I am trying to find a way to prevent "hackers" from brute-forcing their way into the admin password via this URL.  ...

    Views

    1.4K

    Likes

    0

    Replies

    5
  • 2/13/23
    Hi, I have set breakpoints at templates for mobile and tablet like this @max_col: 12; /* default breakpoint */.aem-Grid {.generate-grid(default, @max_col);} /* phone breakpoint */@media (max-width: 768px) {.aem-Grid {.generate-grid(phone, @max_col);}} /* tablet breakpoint */@media (min-width: 769px)...

    Views

    383

    Likes

    0

    Replies

    2
  • 2/13/23
    We are using AEMaaCS and this issue is happening only in a cloud environment, not locally. In the page properties of a content page, we have authored "image" in the Thumbnail/preview tab. Now, this image gets rendered on the page. But the issue is, it's showing a 302 status code in the access/reques...

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 2/13/23
    Hello,   If I have existing pages I know longer want to be accessible by google I have a few options.   1) Implement 301 redirects from old URL to new ones.  2) Select the 'hide page from search engines' in properties. 3) Remove page from Sitemap - but leave published.    If I do not put in 301 redi...

    Views

    1.4K

    Likes

    0

    Replies

    2