Copy link to clipboard
Copied
Does anyone have experience working with Adobe Sign and ColdFusion? We are very new to Adobe Sign and are trying to integrate ColdFusion with it. Our first question is; is there a way to seamlessly login to Adobe Sign using Single Sign On (Shibboleth, in our case), so that our Users do not have to have an Adobe Sign account? Right now through Adobe Sign, we have to create an application to get an Application ID and a Client Secret Key that we then process through the application.cfc, that requires us to login to Adobe Sign upon entry to the website. Our second question is; is there a way to send form values to a PDF to auto populate the form before it is sent for signing and/or approving? Thank you in advance.
Copy link to clipboard
Copied
HI,
I am itnerested to hear if you have had any progress using Adobe Sign and coldfusion.
Copy link to clipboard
Copied
I have a app cfc that does the OAUTH login as well.
Copy link to clipboard
Copied
Here is an example to log in using OAUTH and the Adobe Sign Azure Servers. https://docs.google.com/document/d/16f_O3tTQahPekViUPZ51Tuq72LB8hWh2EWY59S13qso/edit?usp=sharing
Copy link to clipboard
Copied
The workflow I have in my head would be to create teh PDF with CF, then use the API to upload to Adobe Sign servers which would then use webhooks to be updated on the doc workflow.