General

About yourself
Solution Architect within Professional Services at OneSpan.
Covering the larger EMEA region for all products

Account

Social


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

Reply to: Digipass Activation Workflow with Platform API's

0 votes

Josh, Oscar, Hiyef,

 

It seems you're mixing both the /users/register flows and the /authenticators flows, which are different use cases.

Historically when using our on-premise solutions you would have to puzzle an enrollment together "manually":

  • Create a user
  • Look up a free authenticator
  • Assign the authenticator
  • Do the activation (for authenticators that need activation)

This exact same process is still possible in the platform API by using:

  • PUT on /users (not /users/register, I'll come to that later)
  • GET /authenticators to query for a free license
  • /authenticators/{serialNumber}/assign
  • etc, etc

However, especially when wanting to enroll a mobile device, this is all overkill.

We've created /users/register to overcome all of this. This will create a user, find a license, assign it and immediately start the activation.

By default, you get an activationPassword back. This is mean to be plugged into the mobile app and registration will complete fully.

You can find a demo mobile app here: https://community.onespan.com/products/mobile-security-suite/sdks

 

If you have further questions, don't hesitate to reach out to our sales engineers, who will happily help you.

 


Reply to: Mobile Security Suite SDKs

0 votes

Dear Alonso,

 

The MSS SDK available on the community portal only contains the SDKs that are required to work with Orchestration.

The full MSS SDK can be downloaded from the customer portal (cp.onespan.com) using your client credentials.

 

Kind regards,

Peter 


Subscriptions

Topics Replies Freshness Views Users
1 3 months 1 week ago 15
Profile picture for user pvdbor

Hello,

I'm trying to enable Junos authentication against IAS server.

On juniper KB I found the following but I don't know how and where to apply it on IAS instance 3.23.

1 6 months 3 weeks ago 83
Profile picture for user pvdbor
3 1 year 4 months ago 89
Profile picture for user pvdbor
1 1 year 9 months ago 105
Profile picture for user pvdbor

Hello,

I have running OneSpan Virtual Appliance 3.21 with embedded database.

How to give access for external fraud system to access Digipasses table on database?

1 1 year 10 months ago 31
Profile picture for user pvdbor

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.