Hi I created a AEM servlet to call a external API and I tried to test it on local, my problem is that the CloseableHttpClient can not be executed. @SlingServlet(paths={"/bin/test01"},methods= {"POST"},metatype=false) public class OauthAuthServlet extends SlingAllMethodsServlet { /** * */ ...
/wildcardselectors { /type "deny" /url "/content*" /selectors "*" } hi folks, what additional publisher rules filters should I add to allow DAM images with dots in them i.e. blah blah .something.2000X3000.jpg or is this disapproved of? Maybe /wildcardselectorsdam { /type "allow" /url "/cont...
Hi I am new to AEM, I created a AEM servlet and try to call a third party API to get a Oauth Token @SlingServlet(paths={"/bin/test01"},methods= {"POST"},metatype=false) public class OauthAuthServlet extends SlingAllMethodsServlet { /** * */ private static final long serialVersionUID = ...
I've been tasked with adding an existing content fragment to a custom component. The path to the content fragment is populated by a custom page property a content author would add. I need to use that value in a custom component that includes the dynamic call to the content fragment. All I can find i...
Env. AEM Form 6.5 SP-12 On Prem, Document Manager version [1]. Question - Using AssemblerService - how to configure insertionPoint in LiveCycle designer and use it via DDX Scenario - We are trying to configure insertionPoint (DDX [2]) as explained here - https://help.adobe.com/en_US/livecycle/11...
Env. AEM Forms 6.5 SP-12, On Prem XML Payload for outputservice: <RootElement> <FirstName>FirstName</FirstName> <FirstName>LastName</FirstName>. . . <DocSource1>sampleContent1.pdf</DocSource1> <DocSource2>sampleContent2.pdf</DocSource2> <DocSource3>sampleContent3.pdf</DocSource3> <DocSource4>sam...
Hi All, I am working on a feature where AEM need to login using social media like FB, twitter etc. I have created fb app (customer category) and setup facebook login app with required properties. After performing all the steps in AEM, configured cloud facebook with app id and client secret etc. ge...
Hi, On deletion of an Asset, I need get a property from the Node. I created a workflow and also a launcher which is triggered whenever a node is removed. From the workflow payload I need to get asset path from which I can get its properties just before deletion(manually deletion of asset not from ...
Dear community, I would like to collect user's login detail from my custom login page whether the login action is successful or not. The scenario would be: when the existing user log in AEM, the system write the timestamp into a user property for admins to check. When the user log in with wrong pass...