320 results matched your search criteria
Forum topic
OneSpan Sign
Below is not working
localeLang = new Locale("el"); // Greek
localeLang = new Locale("zh-TW"); // China Traditional
localeLang = new Locale("zh-CN"); // CHina Simplified
I have to add these languages in package. Greek one is also not working.
Forum topic
OneSpan Sign
Hi,
Is it possible to add a field to allow users to input a job position? And make it a required field?
I'm struggling to find a TYPE & SUBTYPE to support this requirement.
Thanks in advance,
Cameron
Forum topic
OneSpan Sign
Does a package automatically complete and close when the last signer signs? Is it possible to keep the package open - so we add another document for example - until we call an explicit operation to close/complete the package (even if everyone has completed signing)?
Forum topic
OneSpan Sign
Hi ,
Enabled the Callback timeout to be configured to give the Callback endpoint extra time to process a Callback request.
For above change where can we add timeout settings is it account level or need to append time out parameters to callback url.
Thanks In Advance,
Srinivas
Forum topic
OneSpan Sign
In my MVC code project testing creating a Package I am trying to add a .WithSignatureStyle and .WithSignatureType. and the SDK says it does not have a definition of neither one in the builder.The issue is that the signature option only comes up as drawing.
Forum topic
OneSpan Sign
Hi,
Can we add an signer after the package is created and the document uploaded? We are looking at a use case where there are multiple signers and we want them added as required when they are ready to sign the document.
I am looking to do this through REST API.
Thanks.
Srini.
Forum topic
Intelligent Adaptive Authentication
Hello,
I have an issue in IAS integration with AD.
I can't add AD users to IAS
for event logs i got below error:
{Error Code: '(-30)' ; Error Message: 'Failed to search on and/or bind to LDAP server(s)'}}
Forum topic
OneSpan Sign
Hello,
I am trying to use the REST API in my web application to add a document to a package. When I submit my form with a POST request, I am getting a 406 error. The accept header I'm using is application/json. What should I use instead?
Thanks,
Rex
Forum topic
OneSpan Sign
Hi
Using REST we are able to create the package without sender, but when we add sender details the package Create API is giving 404 with 'Resource not found' error message
Could you help us on above issue please?
Forum topic
OneSpan Sign
Hello,
I want to integrate the Id verification into my web application, I already integrate onespan to my application but i want add an id verification security to the signature.
I need help.
Thank you.
NB: I use php for my project.