<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y00006HUULWSA5Okta Classic EngineLifecycle ManagementAnswered2019-10-01T16:05:16.000Z2019-05-27T15:43:34.000Z2019-06-04T22:19:13.000Z

SergeyS.66501 (Customer) asked a question.

Create passwordless user and verify him with sms code

 want to create paswordless account for user. User should confirm himself with 2FA SMS.

Flow

- user opens Mobile App or enters Web app

- user starts registration process

- user enters his phone number (key thing, user can provide his email later when needed. User is allowed to change his email)

- user clicks "create me" button

- user receives sms code to his phone number

- user enters sms code 

- user gets access to Mobile App / Web app

- access token is stored on Mobile app or in Browser's cookies.

 

what Should I do?

Should I Create User with Authentication Provider from Backend

https://developer.okta.com/docs/api/resources/users/*create-user-with-authentication-provider

and then send SMS to user's phone number to user an access token?

 

Is there any complete guide for creating and authenticating users for the same "app" (actually, should I create an app for Mobile, Web and Backend or I can use single app)?

Thank you.

 


  • Hello Sergey,

     

    it seems like a custom flow and we may need to understand your expectations a bit better to provide you with an answer. For this I'd suggest you to open a Support Case with us, so we can work this out with you. You can give us a call at 1-800-219-0964 or create a ticket through our Help Center portal. 

     

     

     

    Thank You,

    Anna Wtorkiewicz

    Technical Support Engineer

    Okta Global Customer Care

    Expand Post
    Selected as Best
  • Hello Sergey,

     

    it seems like a custom flow and we may need to understand your expectations a bit better to provide you with an answer. For this I'd suggest you to open a Support Case with us, so we can work this out with you. You can give us a call at 1-800-219-0964 or create a ticket through our Help Center portal. 

     

     

     

    Thank You,

    Anna Wtorkiewicz

    Technical Support Engineer

    Okta Global Customer Care

    Expand Post
    Selected as Best
This question is closed.
Loading
Create passwordless user and verify him with sms code