Hi, I’m trying to go passwordless and I’ve found that the Okta-Sign-In widgets works very well.
However, before going all in with the Okta-Sign-In Web Widget, I’m trying to check if an iOS native passwordless approach is feasible.
I found the OktaDirectAuth (Okta-swift-Mobile) sample which lets you sign in with OTP passwords from different providers.
When working with OktaDirectAuth, my questions are:
-
What is the recommended way to register a new passwordless user? Is it via the Okta Users API (implementing it on a server) and adding the user to a passwordless group?
-
How am I able to send a login OTP password to be used in OktaDirectAuth OTP login? Is it also via some method from the Authenticate Okta API?
Thanks!