48 results matched your search criteria
Forum topic
OneSpan Sign
In attempting to use signerAuthenticationTokens, I was looking at the following:
http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_authentication&s[]=webpageurl#signerauthenticationtoken_example
public SignerAuthenticationTokenExample() {
authenticationClient = new Authenticat
Forum topic
OneSpan Sign
Trying to use Signer Authentication Tokens but this code always gets me “Unauthorized Accessâ€.
Forum topic
OneSpan Sign
I'm trying to get the Authentication token with the following code, however its return error "The remote server returned an error: (405) Method Not Allowed."
string url = "https://sandbox.esignlive.com/api/authenticationTokens";
string apiKey = "WXNKRk9vb*****************";
Forum topic
OneSpan Sign
At my work place, we are trying to get a Sender Authentication token for a package using the below information
/api/authenticationTokens/sender
Authorization and Accept Headers are included.
In Body, in the request payload, inlcuded packageId in JSON.
Getting below error
{
"code": 404,
Forum topic
OneSpan Sign
Hi,
I am trying to retrieve the signer authentication token to build the SignInUrl to be used in Iframe in our application, which we are working on.
I am trying to use the approach of creating SignerSession with Signer Authentication Tokens as per the below blogs
Forum topic
OneSpan Sign
Hi,
We are trying to use the REST API for creating packages, documents etc and currently we are using the API key in the request header to send the requests.
However, we are not sure if we need to use the Authentication Token while sending the requests or use the API key in the request header.
We
Forum topic
OneSpan Sign
Hi,
for InPerson signing, we manually launch signing ceremony with
GET https://sandbox.e-signlive.ca/access?sessionToken=token
from Postman, I got the response as sessionId such as
{
Forum topic
OneSpan Sign
Hi
I am integrating the ESignLive SDK into an Android app. I already have a login mechanism (using username/password combination or using google sign in). I do not want to have an extra login for ESignLive. I noticed there is a method to login with session token.
Forum topic
OneSpan Sign
In looking at the API reference as well as playing around with the calls in Postman, while Onespan guides users to create a bearer token, often they're not using it, instead passing the API Key in basic authentication. Why is this?