Are there any solutions for handling digital signatures on SAIL forms? Our curre

Certified Senior Developer
Are there any solutions for handling digital signatures on SAIL forms? Our current solution is to enable showing documents inline on a form, and displaying the PDF so they can sign it. This is clunky, since they need to save the form and upload it again, but more importantly it is impossible on SAIL or Tempo enabled forms.

For security reasons, we cannot store the user's certificate on the server, so the plugin available on Forum does not work for our use case....

OriginalPostID-110418

OriginalPostID-110418

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer
    Neither of the solutions in the linked thread work for us, but we are developing the following solution:
    1) Using Adobe LiveCycle we are building a web service that will receive signed and submitted PDFs, verify them, and send them to Appian.
    2) We are using Adobe Reader Extensions to add signable digital signature fields to our PDF templates, and will also be adding a submit button to invoke the web service.
    3) Appian will give a link to open the PDF, and will have a recurring check (we're using the database) for when the document is retrievable by Appian.

    If anyone has any better solutions for digitally signing, where the certificate cannot be on the server, let me know.
Reply
  • 0
    Certified Senior Developer
    Neither of the solutions in the linked thread work for us, but we are developing the following solution:
    1) Using Adobe LiveCycle we are building a web service that will receive signed and submitted PDFs, verify them, and send them to Appian.
    2) We are using Adobe Reader Extensions to add signable digital signature fields to our PDF templates, and will also be adding a submit button to invoke the web service.
    3) Appian will give a link to open the PDF, and will have a recurring check (we're using the database) for when the document is retrievable by Appian.

    If anyone has any better solutions for digitally signing, where the certificate cannot be on the server, let me know.
Children
No Data