309 results matched your search criteria
Forum topic
OneSpan Sign
I have a requirement to integrate seamlessly with eSignLive.
We will have many clients on our side and each will have an account with Silanis.
I need to authenticate user in code behind when user logs into our portal.
Basically, if I understand correctly I have to use SAML protocol for that.
So the
Forum topic
OneSpan Sign
Hi,
In my project, we are implementing eSignlive solution to solicit electronic signature from customers.
Besides the signing documents, we have to additionally present a few static documents(docs that do not require electronic signature) to the customer, prior to the actual signature being applied
Forum topic
OneSpan Sign
Hello,
I am working with .NET SDK. Currently according to my requirement I need to change my enforceCaptureSignature to true for allowing user for multiple time signing. While searching for solutions I found "https://sandbox.esignlive.com/api/packages/{packageId}".
Forum topic
OneSpan Sign
Hello,
We are using Impersonate Signing process with eSignLive for one of our client, now client needs to use both Impersonate and Remote Signing (use anyone of for a particular transaction) for same Account.
Forum topic
OneSpan Sign
We are integrating with Onespan using Rest API.
We have three types of Roles. Broker , customer and Business.
Broker first sign an agreement(using esign), followed by customer and then Business people sign an agreement.
Forum topic
OneSpan Sign
Hello Support,
as per requirement in my project, I have to pass multiple documents(2-3) in same package for multiple e-signing.
and after e-singing of all the parties, I have to separate out these multiple documents by category.
I am using .net SDK for this.
Forum topic
OneSpan Sign
Trying to go thru the steps described here:
https://community.onespan.com/products/onespan-sign/sdks
Forum topic
OneSpan Sign
Hi team,
A datepicker field, normally looked like below in JSON, where the "pattern" field represents the format:
{
"name": "",
"type": "INPUT",
"binding": null,
"validation": {
"errorMessage": "",
"required": false,
"enum": null,
"maxLength": null,
"errorCode": nul
Forum topic
OneSpan Sign
Hi
I created two procedures in the same package which includes REST API. One procedure includes rest api to attach a report say ABC and in 2nd procedure another report XYZ is attached to esign portal.
Forum topic
OneSpan Sign
I am trying to add validation to a Canadian Postal Code field using REST API using following code.