66 results matched your search criteria
Forum topic
OneSpan Sign
Hey guys,
I'm having some trouble logging in on the Sharepoint Online App.
I'm following this steps.
Forum topic
OneSpan Sign
Hey team,
One of our customer is asking do we have some logging capabilities in our SDK? They are using Java SDK and they want to know what API calls have been eventually sent out.
Forum topic
OneSpan Sign
We are integrating e-SignLive with an EPiServer site. The EPiServer version we are using depends on log4net version 1.2.10 but the Silanis.ESL.dll depends on 1.2.13. We tried using a binding redirect in the application's web config with no luck.
Forum topic
OneSpan Sign
Hello,
I am using eSignLive in my UWP project. It was working fine last couple of weeks before.
Forum topic
OneSpan Sign
In our software we generate a package in the background then display an IFrame to the URL created with the package from the .net SDK. Right now I have only seen this in your sandbox.
Forum topic
OneSpan Sign
` var apiKey = "nulldev88";
$http({
url: "https://sandbox.esignlive.com/api/packages",
method: "GET",
headers: {'Content-Type':'application/json',"Authorization" : apiKey }
}).success(function (data, status, headers, config) {
console.log(data);
}).error(function (data, status, headers, config) {
c
Forum topic
OneSpan Sign
I have got into a very weird scenario today. Using Apex SDK to create package in OneSpan.
I have created a package in OS with placeholder1 assume roleId as 'ph01' and signer1 with roleid as 'signer01'
Forum topic
OneSpan Sign
We are consuming onespan esign feature. From this morning we are getting resource not found error message in the esign frame.
API url:
"https://sandbox.esignlive.com/api/authenticationTokens/signer/multiUse"
Console log shows the below message.
Forum topic
OneSpan Sign
Is it possible to capture data for each time a user log's in/ log's off of the Onespan Sign web portal?
I know that via the Account report, you are able to capture data around when a user is created, curious if this can be extended to log each time a user log's in to the system.