157 results matched your search criteria
Forum topic
OneSpan Sign
I noticed that our callbacks were not working in the sandbox and when I logged in to take a look at the callback settings, I noticed the callback key was no longer there. I see that OAuth 2.0 was added and there is an option to select Basic which seems to be what was there before.
Forum topic
OneSpan Sign
The documentation talks about ApiKeyAuth (being deprecated) and ApiTokenAuth (recommended replacement).
Apparently a "Client Id" + "Secret" is combined to create a "Token" but I don't know how this is done for API's below.
I am not clear on "single use" vs "multi-use".
Forum topic
OneSpan Sign
I have a few questions about the authentication pattern for the APEX SDK. I think I know the answers but I'd like confirmation:
Forum topic
OneSpan Sign
Hi,
While trying to configure client id authentication getting this error, though the exact client id is provided.
Thanks in advance
Forum topic
OneSpan Sign
Hi,
Trying to configure authentication with the help of client id and secret key. Could anyone please confirm whether oauth2 can support application/x-www-form-urlencoded.
Forum topic
OneSpan Sign
I know that SMS is considered two way authentication but is QnA considered to be the same?
Forum topic
Mobile Security Suite
Afternoon All, Apologies if this is the wrong place to post, or if this is a bit of a noob questions, but I'm struggling to find any information really.
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*****************";