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
236 results matched your search criteria
Forum topic
OneSpan Sign
Is there another way of displaying the Signing Ceremony other than using a iframe?
Forum topic
OneSpan Sign
Cannot scroll down during signing ceremony on iPad when using iframe. Please see attached.
Forum topic
OneSpan Sign
What are the different options we have to integrate eSignLive with WebUI (Other than iFrame)
Forum topic
OneSpan Sign
Hi Michael,
I have used the following code to get the urlToDsigner
string userAuthenticationToken = eslClient.AuthenticationTokenService.CreateUserAuthenticationToken();
AuthenticationClient authenticationClient = new AuthenticationClient("https://sandbox.esignlive.com");
string urlToDesigner =
Forum topic
OneSpan Sign
What are the session timeouts for a signer? How long do they have when signing a document to fill it out, etc...
I don't see a setting anywhere that we can change. Can it be changed by support?
Thanks
Forum topic
OneSpan Sign
Receiving this error as we just switched our app over from sandbox to production.
Forum topic
OneSpan Sign
Guys,
We are looking at this page for creating the Auth token for a user.
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/authentication_tokens.htm?Highlight=user%20authentication#Create
We have to do a POST request to this api call.
/authenticationTokens/user
The documentation
Forum topic
OneSpan Sign
Can I create packages programmatically using the same sender email address? And then show the designer view with that same sender email address in multiple browsers?
Thanks
Colleen
Forum topic
OneSpan Sign
Suppose we have sender named "123" and there are two signers "123" and "456". Is it possible to view document in an iframe when nobody has signed and when one signer has signed? Or will the document will always be opened in signing mode?
Forum topic
OneSpan Sign
Hey there,
In our project, we have one scenario requires embedding two signing ceremony in two different iFrame div at the same time, one for each signer of a package.