62 results matched your search criteria
Forum topic
OneSpan Sign
Hi Everyone,
When you login to OneSpan, https://apps.e-signlive.ca/login, on two tabs using the same web browser, the data on one tab (such as callback url, or secret key) seems to become corrupted or changed by the other tab.
Forum topic
OneSpan Sign
We create a package from our Salesforce API and redirect the user to signing url in case of in person signing.
Forum topic
OneSpan Sign
We create a package from our Salesforce API and redirect the user to signing url in case of in person signing.
Forum topic
OneSpan Sign
I have been using the rest api to create transactions for the signing ceremony. The api returns a token and the transaction id. I have built the url to open it in another browser tab and continue with the signing ceremony.
Forum topic
OneSpan Sign
Hi Team,
Our applicaiton uses the esign iframe to load the signing package and to capture the signature within our site.
We are seeing the below error in Safari browsers whenever the application tries to load the esign iframe. Can you please take a look at the error attached.
Forum topic
OneSpan Sign
I have a couple of questions regarding this unauthorized access page. The error on this page is saying "your session may have expired". When accessing the designer in our iframe in Safari, we are seeing this eSignLive unauthorized access page. Is this a bug?
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
When accessing a session URL, I can see that eSignLive returns a few 302s and the browser does some redirects. For whatever reason, Chrome cancels one of these redirects when it's in an iFrame (https://sandbox.e-signlive.com/packages/{packageId}/sign).
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
We need to remove the ability for users to download the signed PDF through the web interface, both via the emailed signature request and the browser based version (using host/access?sessionToken={mytoken}).