62 results matched your search criteria
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
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'm trying to use SMS authentication for my signers, but I can't figure out how to format this in my JSON. Any ideas?
Forum topic
OneSpan Sign
Hi, Good day!
We are configuring KBA authentication and doing it in initial package creation call, it is working fine for kba-us provider while for kba-canada, we are getting the response as postal code and province cannot be empty. what might be the issue? please let us know.
Forum topic
OneSpan Sign
The documentation talks about ApiKeyAuth (being deprecated) and ApiTokenAuth (recommended replacement).
Apparently a "Client Id" + "Secret" is combined to create a "Token" but I don't know how this is done for API's below.
I am not clear on "single use" vs "multi-use".
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.