<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
0D54z00009lM5qpCACOkta Classic EngineAdministrationAnswered2024-12-17T09:00:19.000Z2023-10-25T06:34:15.000Z2023-10-31T21:45:21.000Z

emmud (emmud) asked a question.

Shorted path for implementing recovery options flow in my trusted third party app

I want to confirm my understand of implementing recovery options flow in my third party app

https://developer.okta.com/docs/reference/api/authn/*forgot-password-with-trusted-application

 

As per my understanding, I can 

  • Obtain a recovery token in my trusted application
  • Use recovery token to display security questions and get answers from the user. Call API to answer recovery questions and obtain state token.
  • Use obtained state token to reset user password

 

Also, alternatively is there a way for a trusted application to directly "generate" and obtain a one time login link for an okta user? Note that I don't want to send these links to user's primary email address (like mentioned in magic link docs). I am interested in getting the link in my application so that I can share them with the user as per the security controls implemented by us. 

 


This question is closed.
Loading
Shorted path for implementing recovery options flow in my trusted third party app