Forums
Is it possible to require additional security beyond API key for communication to eSignLive for things like package creation? If using SAML 2.0 for user authentication is it possible to log a user into a package in an iFrame using SAML 2.0 authentication so that the user is shown the particular package requiring their signature?
Forums
I have looked all through the SDK and the REST API, and I can't find an answer to this. Could you please assist me? In your notifications you send us a package id, a session user id, and the event name. Please let me know how I use the session user id to retrieve information about the user you are referring to. I would like to retrieve the custom id I set for that user.
Forums
Hello, We have a condition where a participant goes to eSign, then quits mid-way. So for instance we have 3 forms to be eSigned, she eSigns 2 forms and quits. When she logs in again, we have to get the session token again - by sending a new packet. We cannot store the session token because the session token expires. Is there a way to get a session token with out sending a packet? Or is there a way that the session token expiry can be prolonged to say - 3 days - that way the participant has 3 days to finish the eSign process? Thank you
Forums
Hello there, I am trying to send two documents to be signed by the same person. so I am creating two document builders adding the email address to each one of them, but it keeps failing with the error that the email is already in use for this package. The PDF I am using has form fields in it with field extraction enabled. This is my code and I need to get this working.
Forums
I haven't started working on the code to handles callbacks yet. I was looking at http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification and saw the SIGNER_COMPLETE notification. If I created a signer with a custom id how would I get that custom id after receiving this callback? What is sessionUser? SIGNER_COMPLETE This is the notification provided when a signer has completed signing all documents. { "name": 'SIGNER_COMPLETE', "sessionUser": '...', "packageId": '......' }