Hey there. I am trying to take an Adaptive form and 'ship it off' to another web application to be provided within that application's UI in a container. AEM is used more as a service provider in our enterprise, not as a presentation layer, so an enterprise application which manages the web and security layers for our enterprise will look to be requesting the adaptive form from our AEM instance which in turn we need AEM to consume the request, prefill the Adaptive form with any XML provided by the caller, and then 'ship back' an adaptive form in the return so the caller can display the form for the user (and call AEM for any subsequent submitting and other features upon user action).
We understand how to view the Adaptive forms in AEM Sites and in the web portal, but frankly that isn't practical in our enterprise, as we aren't going to do 'double duty' maintaining 5000+ user accounts inside of AEM along with security protocols, etc, that's already handled by our enterprise security and web facing applications. It would also be a pretty poor user experience going from our external applications, then to AEM sites/portal, then back to the external apps, so we really need a good way to package the Adaptive form, let the caller present it, then let AEM handle the user action once they filled out the form.
Is this possible? Been racking my brain and have scoped the forums and help docs heavily, but haven't come up with a good solution...