Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
How can I use style="color:${properties.color @ context='styleToken'}" in pure css class as I wanted to give different colors as input at different times.
While configuring Paste behaviour as 'Paste Text using the browser's default paste implementation ("defaultPasteMode" : "browser")' in RichText Editor. It retains the Pasted styles copied from web in Mozilla Firefox but removes styles in Chrome browser. Please let me know if somebody observed this behaviour and have found any fix.Note: Observing this issue after upgrading Service Pack 6.5.10.@briankasingli @arunpatidar @vanegi
We need to differ traffic of in-app browser from regular browser traffic, as traffic will more likely bounce opening a link within an application.Is this possible in Adobe Analytics?Will Adobe update the browser detection by flagging a Browsers in Report with "in-app" like Google Analytics does for Facebook, Twitter, LinkedIn etc?Thanks,Michael
Dear all,we do have many Adobe Acrobat Pro installations and covered by proper licenses of course.Since a while we are recognizing more and more Adobe LiveCycle Designer 11 ..Import filter installations. We are aware about that these products are part of the application family of "Adobe Experience Manager". But we do have no AEM instlalations nor do I know how the Adobe LiveCycle Designer versions have been installed. In former days LifeCycle Designer has been part of Adobe Acrobat Pro.Does somebody know who to license "Adobe LiveCycle Designer 11 ...import filter" installations?Do we really need AEM licenses or are Adobe LiveCycle Designer 11 installations maybe part of Adobe CC subscriptions?thank you very much. Kind regards,Robert
We are wanting to use SharePoint to store the information gathered by an AEM Form. There seems to have been a connector in AEM 6.4 but I believe this was deprecated in 6.5. It appears that REST may be the way to go but we are not familiar with it and cannot find an example that is simple enough for us to follow. I've also seen CDATA has a JDBC driver and ODBC driver for SharePoint but not sure if these would work either.Any help would be appreciated.Thanks.
I have SAML set up and working correctly. I am receiving and storing attributes from SAML into user profile nodes. I am currently using an AuthenticationInfoPostProcessor to turn the profile nodes into user groups however this process runs asynchronously to the AuthenticationHandler methods so new users which haven't had their groups set up are logged in before their groups can be set. When CUGs are enabled for the basic access group, the new users hit an error because they don't have authentication. The SAML process redirects the users to the page path they request, so they aren't all hitting a single page on login to process.I have tried to set up a custom AuthenticationHandler which works on my local standard login where all logins are processed through /libs/granite/core/content/login.html/j_security_check, however on my SAML login, the POST to /content/saml isn't hitting the authenticationSucceeded method so my user isn't authenticated there. On other
Have you heard of AEM User Groups? AEM User Groups are customer-led meet ups intended to help users succeed with using AEM. Whether you are a developer, Sites enthusiast, or Assets expert, we invite you to explore the list of chapters available and join the one that best suits your needs. Don't see an existing chapter that is relevant for you? Use this form to start a new chapter and learn more about the perks of leading a user group. AEM as a Cloud Service: Experiences and Evolution – RSVP Today for the User Group Meeting 2/24Our inaugural meeting will be to get ourselves acquainted, discuss the latest topics and trends, and deep-dive into various topics related to AEM, AEM as a Cloud Service, and other products and offerings where we can get together and "talk shop". Bring your questions and your curiosity as we dive into this important topic!
Hi Community, Registrations for Adobe Summit 2022 are free and now open for all: Register here for free Be a part of this immersive learning experience and connect with your peers around the world!
Hi Community, Registrations for Adobe Summit 2022 are free and now open for all: Register here for free Be a part of this immersive learning experience and connect with your peers around the world!
Hello everyone!Is there anyone who can assist me? What could be the problem? On the accordion component's select panel tab, I can only see the component name. I'd like the component title to appear with the component name.For your convenience, I've included a few screenshots.
AEM Cloud Service - Content Fragments Usage in Pages Custom Asset Report by Sreekanth Choudry Nalabotu Abstract Goal Create a Custom Asset Report Experience AEM Content Fragments Report for finding the usage of Content Fragments in a Site (or a section of site with root path) Solution 1) Create the report type node /apps/eaem-cs-asset-ref-report/asset-reports/cf-usage-report 2) Create report wizard /apps/eaem-cs-asset-ref-report/asset-reports/cf-usage-report-wizard 3) Add a filter apps.experienceaem.assets.core.filters.AddCustomReports to add the custom CF report cf-usage-report to otb reports data source dam/gui/coral/components/commons/ui/shell/datasources/reportlistdatasource pulling from /libs/dam/content/reports/availablereports Read Full Blog AEM Cloud Service - Content Fragments Usage in Pages Custom Asset Report Q&A Please use this thread to ask the related questions.
Release 7.2.1 - Build 9346 January, 2022 Find the detailed release information here: Latest Release Here are some of the major security improvements made to FDA accounts in the January 2022 release of Adobe Campaign Classic v7: ODBC drivers are now directly installed with Adobe Campaign Third Parties. Manual steps are no longer required to install these drivers. When configuring your FDA external account, you can now login to your Snowflake account using Key pair authentication for enhanced authentication security. When configuring your FDA external account, you can now login to your Azure Synapse Analytics account using the System-assigned managed identity. All references to the log4j library have been removed from Campaign to ensure optimal security. Check here for detailed update on Security enhancements, Improvements, Other Changes, Technical Evolutions, Patches and Fixes: Release 7.2.1 - Build 9346
Making AEM Groovy Without The Console by Juan Ayala Abstract Recently I was researching error handling in AEM . I found this Sling documentation page. Pretty standard stuff except for the last line. Thus to overwrite the default error handler servlet provide a servlet or script for the default extension, for example /apps/sling/servlet/errorhandler/default.groovy. A Groovy script, in the context of Sling. Was the documentation wrong? Did they want to write jsp instead of groovy ? I did some research. By the end of this post, you will be writing the following in Groovy OSGi components, that is, servlets, services, and Sling models. Scripts that Sling can resolve and execute. GString templates that Sling can resolve and render. The Background For years I have associated Groovy with the AEM Groovy Console . If you google " aem groovy script ", you will be bombarded with the Groovy Console. Now try " sling groovy script ". They are two different things. I found this document fil
How to Implement Experience Targeting in AEM using ContextHub? by Albinsblog Abstract Content personalization in short means delivering the right content to the right person in real-time. Simple experience targeting scenario, user1 requesting the content through Firefox receives Experience A and user2 requesting the content through Chrome receives Experience B. The experience can be decided based on different rules e.g gender, age location, etc, here we are seeing the simple scenario. The targeting engine is the mechanism that drives the logic for targeted content. You can use either AEM or Adobe Target as the targeting engine, AEM provides a built-in targeting engine that processes page requests and determines the content to display. AEM as a targeting engine only supports Experience Targeting but Adobe Target should be used for A/B testing. SETUP CONTEXTHUB: ContextHub is a framework for storing, manipulating, and presenting context data. The ContextHub Javascript API enables you
AEM(Adobe Experience Manager) Headless Implementation— Workflow by Albinsblog Abstract My earlier post explained the steps to enable headless content sharing through GraphQL. Refer to https://medium.com/tech-learnings/how-to-deliver-headless-content-through-graphql-api-and-content-fragments-da2b2d22df06 for more details on delivering headless content through GraphQL API and Content Fragments. In this post let us quickly see the different activities to share the headless content through GraphQL and the different roles performing those activities(this is based on my understanding, feel free to give your feedback). The different roles to enable the headless content Developer Content Architect Content Author Developer: The developer performs most of the technical configurations to enable Content Architect and Content Authors to produce headless content. Additionally, enable the GraphQL endpoint configurations that can be consumed by external applications to fetch headless content. Config
AEM Single Sign-On (SSO) using JumpCloud by Suryakand's Blog Abstract User experience begins with sign-in process. In today’s digital world we use many applications (at our workplace and outside). Remembering passwords and/or reauthenticating every time we access these applications within same provider ecosystems is not a desirable user experience. Many of us use google applications (Gmail, Google drive, YouTube etc.) and if you must sign-in again-and-again to access these applications then I am sure you’ll not be very happy. And yes, there is a chance that you may forget password as well. At your workplace you may have timesheet application, payroll application and many other. If you sign-in only once and can access all other application without having to sign-in again then you are lucky, SSO implemented at your workplace. What is Single Sign-On? Single Sign-On allows users to authenticated themselves once and auto-login to multiple applications (that talks to same identity
Advanced Concepts of AEM Headless by Adobe Docs Abstract This end-to-end tutorial continues the basic tutorial that covered the fundamentals of Adobe Experience Manager (AEM) Headless and GraphQL. The advanced tutorial illustrates in-depth aspects of working with Content Fragment Models, Content Fragments, and the AEM GraphQL API, including using AEM GraphQL in a client application. Prerequisites Complete the quick setup for AEM as a Cloud Service to configure your environment. It is highly recommended that you complete the previous basic tutorial and video series tutorials before proceeding with this advanced tutorial. Although you can complete the tutorial using a local AEM environment, this tutorial only covers the workflow for AEM as a Cloud Service. Objectives This tutorial covers the following topics: Create Content Fragment Models using validation rules and more advanced data types such as Tab Placeholders, nested fragment references, JSON objects, and Date & Time data
Goodbye Centos - AEM by Max Barrass Abstract Centos is no more! You already know that. The founder of Kurtzer, who started Centos more than 16 years ago, was shocked just as much. Centos was a great gap filler between Fedora and RHEL. You had the best of both worlds, but you could use it for development and then roll your apps straight to RHEL if you need enterprise support. What does this mean for AEM? Well, it means all of the containers essentially will need to be updated to use something else. You can’t use Centos, so the next best thing would be … Debian. Yes, Ubuntu is a good contender, but you won’t be able to run AEM Forms on it; tldr, Ubuntu does not have 32bit support. Centos is no more! You already know that. The founder of Kurtzer, who started Centos more than 16 years ago, was shocked just as much. Centos was a great gap filler between Fedora and RHEL. You had the best of both worlds, but you could use it for development and then roll your apps straight to RHEL if you n
Hello All, we have pretty strong dispatcher and CDN blockers restricting only required URL's. What we noticed that once we identify a valid content path for a site, its pretty much easy to by pass CDN and dispatcher eventually increasing the CPU Utilization. If its a planned dynamic IP flood of HTTP requests with valid URL, all such requests will reach AEM (Given an example scenario) Home Page - /content/site/country/language/home.htmlVulnerable URL - /content/site/country/language/home123.html (any number of such URL's can be formed and triggered from simple hacking tools) Has anyone come across such use case, as I feel its pretty much a key vulnerability. Recommendation from Core Engg team was to limit requests coming through CDN to a specific amount and increase AEM infra. Please share in your thoughts.. ThanksAbdul
Hello Everyone,We have a simple 3-Columns Grid component where we are using "wcm/foundation/components/parsys", directly inside those columns for adding whatever component. Our concern is that, is it safe to use "parsys" as resourceType directly or should we use "wcm/foundation/components/responsivegrid" as resourceType always?What are the disadvantage or what's going to impact in the future if using parsys directly here?Note: We are using parsys directly here because, the component itself is creating the layout and if we use responsiveGrid as resourceType then it adds it's own wrapper div and set of CSS classes which is not needed in this case. <div class="container"> <div class="row" id="${properties.id}"> <div class="col-xs-12 col-md-4"> <sly data-sly-resource="${'path1' @ resourceType='wcm/foundation/components/parsys'}"/> </div> <div class="col-xs-12 col-md-4"> <sly data-sly-resource="$
Use this thread to ask any questions related to the "Learn to use AEM Forms as a Cloud Service's document generation microservices course" on Experience League.Experts are monitoring this thread to ensure your questions are answered.
Hi All, If you are one of our customers who was looking forward to the ability to customize information on the object headers in Workfront, then this research is for you. We would like to discuss and review our concepts around this idea as well as to get your opinion on some of the use cases around the configuration. If you are interested, please book a 45 minute meeting using this calendar link. We have limited slots, but we will have more sessions in the future for future stages of development. Thank you in advance for your time and collaboration!
Hello there,I'm have trouble generating both Visitor ID and Session ID in Adobe Launch with the Adobe Analytics extension. I've looked at this accepted solution on https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/cookie-id-and-session-id/qaq-p/275902 but still do not understand how to get to the IDs. Can anyone provide a step-by-step guide? Thank you in advance!
Release 8.2.10 February 2, 2022 Find the detailed release information here: Latest Release Here are some of the Patches and Fixes from the latest release of Adobe Campaign v8: Fixed an issue which caused the delivery preparation to fail if the maximum number of messages, defined in the typology rule, was reached. Fixed an issue during the configuration of the Adobe Analytics connector when the email address contained an “s” character. Fixed an issue during post-upgrade which could cause the delivery mapping table to lose data from a custom delivery mapping. Check out the new capabilities, improvements and fixes in the latest Campaign v8 Release: Release 8.2.10 Feel free to reach out for questions and feedback through the below comment section.
AEM(Adobe Experience Manager) Headless Implementation— Workflow by Albinsblog Abstract My earlier post explained the steps to enable headless content sharing through GraphQL. Refer to https://medium.com/tech-learnings/how-to-deliver-headless-content-through-graphql-api-and-content-fragments-da2b2d22df06 for more details on delivering headless content through GraphQL API and Content Fragments. In this post let us quickly see the different activities to share the headless content through GraphQL and the different roles performing those activities(this is based on my understanding, feel free to give your feedback). The different roles to enable the headless content 1. Developer 2. Content Architect 3. Content Author 4. DEVELOPER: The developer performs most of the technical configurations to enable Content Architect and Content Authors to produce headless content. Additionally, enable the GraphQL endpoint configurations that can be consumed by external applications to fetch headless co
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.