Forums

Hi,

How can i remove the link that give option to user to sign on mobile?

I have search in the admin site config and in the PackageBuilder and i didn't found the solution.

Some answer told me to remove thoses configuration but it's not working  .WithEnforceCaptureSignature() or .WithHandOverLinkHref(signatureCompleteUrl.AbsoluteUri)
.WithHandOverLinkText(linkText)
.WithHandOverLinkTooltip(linkInfo).

Thanks 

Jonatan

--

Forums

I'm looking at switching from using the http client to using the sdk but I am running into diffences in the reponse object. The api returns a roles collection with a number of signers objects. the signers have a signer type, for ex.  "signerType": "ACCOUNT_SENDER",  or "signerType": "EXTERNAL_SIGNER", or "signerType": "EXTERNAL_SENDER", but there is an an additional property on the role which is either "type": "SIGNER", or "type": "SENDER",

Forums

I have a number of email accounts that aren't people but business units.  They want to use the API to send business unit messages.  Since we use SSO they can't sign into OneSpan as that non-existant person.  Delegation and get api key doesn't give it for the person but rather the delegatees API key.  Is there a call or series of calls I can use to obtain the API key?

 

Currently I page through all users until I get to the correct one within the subaccount and then construct it but it would be easier if I could just request the API key for a user.

Forums

Since OneSpan applies saved signatures (from File and Drawn) for someone who is disabled as a sender but still signs documents we want to be able to clear those values so they aren't appied when someone is disabled.

Can I

  1. Going throught a list of users see when one is disabled
  2. Clear any saved image (from file)
  3. Clear a drawn image

 

Is this possible with the .NET API or even REST?

 

Forums

Dear, 

When we are creating a new package with the .net SDK we need to know if the template has any roles that have attachment requirements. Sofar I can see is this information not mapped when we make a request. 

 

After updating the NuGetPackage to the latest version 11.59 I get a null reference exception when calling OssClient.PackageService.GetTemplates(new PageRequest(0), Visibility.ACCOUNT)

 

I hope this will be supported in the future.

 

Best Regards

Frans van Hellemond

 

Forums

Is there any limit on the number of documents which we can upload to Eoriginal vault by specifying the vaulting_data.

We are able to upload the documents upto 8 in a single transaction but when we try to upload more than 8, we are getting error from the OneSpan APIs.