Adobe has a feature pack request (FPR) to support certificate as the form of authentication, instead of a secret key, to make the connection between Adaptive Forms and OneDrive on AEM Forms as a Cloud Service. Currently it's not supported OOTB.
I am on AEM Cloud. After consulting with Adobe support, I learned that Adobe does not have a method in place for Adobe Form data to be written to OneDrive using a certificate as the method for authentication. The only available method is using client secret.
Hello, I'm trying to figure out how to report on all links found on pages under a given path. For each entry, the report should show the page URL or path, and a list of all the links on that page. The report might look like this: Page PathLinks contained on page/directory/page-1.htmllink-alink-blink...
@sreenu539 were you able to find a solution for your problem? I am also interested in finding a solution to reporting on the page or node "name".I can successfully report on the page title using:jcr:content/jcr:titleBut I'm unable to find a way to report on the page name.
Can I use a certificate as the form of authentication, instead of a secret key, to make the connection between Adaptive Forms and OneDrive? So far, the only documentation I can find demonstrates the use of a secret key as the form of authentication: "Submit an Adaptive Form to Microsoft® OneDrive": ...
I am using the out-of-the-box "Send email" Submit Action for my Adaptive Form. When adding a value for the "CC" and "BCC" fields in my Adaptive Forms, they do NOT send the notification to the emails provided in the "CC" or "BCC" fields. Notifications only get sent to the email provided in the "TO" f...
I am trying to create a pages report that will display the status of a page: either "Published" or "Not Published".I know that the published status information is displayed in the authoring UI for a given page, as shown in the following screenshots: Here is my base Query: SELECT * FROM [cq:Page] ...