OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
286 results matched your search criteria
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
I am using this for employment application. There are several pages on it that I need to have their name printed on it. Is there a way to duplicate data entered in first textbox into another textbox further down? (i.e. First Name, Last Name.)
Forum topic
OneSpan Sign
Hi,
I want to create empty packages with DRAFT status and one custom attribute (i.e internalID).
DocumentPackage documentPackage = newPackageNamed("TEST_PACKAGE")
.withAttributes(newDocumentPackageAttributes()
.withAttribute("internalID", "123456"
Forum topic
OneSpan Sign
Hi,
I'm just looking for the latest list of all available back office changes that can be applied to our accounts and can't seem to find it anywhere after searching the forums or the document
Forum topic
OneSpan Sign
It appears that all the links withing PDF document become inactive once document went trough a signing process.
i have tried 2 cases and none worked.
1. Created PDF doc with link to a web page.
2.
Forum topic
OneSpan Sign
I'm creating an application to get all packages for an account with a date range.
I'm using the following call
Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus.COMPLETED, new PageRequest(index, 50), from, to);
T
Forum topic
OneSpan Sign
I am using the apex sdk with language='fr' option on the package, email to the signers comes in french but upon clicking the link where it takes you to the login page, it always shows in English.
Email Capture:
Forum topic
OneSpan Sign
Hello, I'm trying to figure out how to program a page on my IIS server to handle event notifications.
Forum topic
OneSpan Sign
Hi,
I am the sender, and i want to receive the email when I click ‘forgot your password’ link in the login page.