157 results matched your search criteria
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
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
Guys,
When setting up the user with SMS auth, is there a way to change the default message that shows up when asking for the pass code that was sent via SMS?
Thanks,
Ryan
Forum topic
OneSpan Sign
Hi Duo,
Hope you are doing well! I have a few questions about the SMS Authentication Service update that we received through the OSS Service Notification system.
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
Does the signing url support authentication using SAML or some other means so that if someone gets access to the URL they wouldn't be able to use it without a valid token?
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
I know that SMS is considered two way authentication but is QnA considered to be the same?
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
Hi, I'm trying to set up a demonstration project using the sandbox environment but I'm having troubles authenticating with the API.
I initially used the .NET SDK to access the sandbox but when I hit troubles I decided to try and distill the problem down.
What I'm observing is that my first attempt