62 results matched your search criteria
Forum topic
OneSpan Sign
I am following the example in your blog to Authenticate a Signer: https://www.esignlive.com/blog/esignlive-how-to-authenticating-signers/
Here is what I have produced:
var apiKey = CeremonyClient.GetKey();
var urlBase = CeremonyClient.GetUrl(); // "https://sandbox.e-signliv
Forum topic
OneSpan Sign
Hello,
We have integrated our salesforce application with onespan using APEX SDK for our signature use cases. We have this below scenario, could you please check how can we handle this?
1. Email sent to signer named 'John Smith' for signature.
Forum topic
OneSpan Sign
I've noticed that the e-sign live SDK supports the ability to delegate access form one signer to another. (As documented at the bottom of this page).
Forum topic
OneSpan Sign
A customer is asking us about a scenario that I would like to clarify.
Forum topic
OneSpan Sign
Hi,
please suggest what are suitable and best authentication tokens (user, sender, signer etc.,) that we should implement if we will have to get the unassigned docs signed through OSS
Thanks
Naresh
Forum topic
OneSpan Sign
I am working with authenticating Signers in the ceremony and when we try to set the signers to the default option (email) -- the package creation returns with a 400 error.
This is the return error
Could not send the package. Exception: The remote server returned an error: (400) Bad Request.
Forum topic
OneSpan Sign
Hi,
for signer SMS authentication option, does it only send SMS code to the cell phone? if the signer doesn't have cellphone, does it do text-to-voice to a landline?
thanks,
Cindy
Forum topic
OneSpan Sign
Hi Silanis team-
I am attempting to generate hyperlinks directly to a document in a package for a particular signer role, with authentication.
Forum topic
OneSpan Sign
I have setup a sandbox environment for v11 and tried out the SignDocuments() for a signer.
Forum topic
OneSpan Sign
Hey,
I am looking to include SMS authentication for a signer by first creating an authentication object and then including it in the constructor for the Signer object.