General
Covering the larger EMEA region for all products
Account
Social
Earned badges
Achievement: Latest Unlocked
Approved Answers
Code Share Comments
Replies
Profile Completion
TID Sandbox
Preferences
Topic Started
Replies Created
Reply to: Failed to search on and/or bind to LDAP server(s)
Thursday, September 2, 2021 at 01:01amReply to: Digipass Activation Workflow with Platform API's
Thursday, September 2, 2021 at 01:23amJosh, 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: IAS virtual appliance ntp not responding
Wednesday, April 13, 2022 at 09:16amHello Mahmoud,
As this is a question relating to our on-premise server, can you please contact [email protected]?
Kind regards,
Peter
Reply to: Communication with Go3/Go6
Wednesday, April 13, 2022 at 09:31amHi,
What's your server side OneSpan product you are using?
Regards,
Peter
Reply to: Mobile Security Suite SDKs
Friday, June 3, 2022 at 07:09amDear 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 |
---|---|---|---|---|
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 | 2 months 1 week ago | 27 | ![]() |
3 | 11 months 4 weeks ago | 76 | ![]() |
|
Dear Team, |
1 | 1 year 5 months ago | 91 | ![]() |
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 5 months ago | 28 | ![]() |
Dear Team, I have added ntp record to IAS server, but time is not synchronized with ntp server. from firewall logs, i couldn't find any blocking on ntp port. |
1 | 1 year 7 months ago | 65 | ![]() |
Dear Mahmoud,
Please contact our support team. They'll be very happy to work with you and track down the configuration issue that's causing this.