<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
0D51Y00005tIflTSASOkta Classic EngineSingle Sign-OnAnswered2024-04-13T05:02:12.000Z2019-01-17T21:55:36.000Z2019-01-21T14:43:46.000Z
  • exocv (exocv)

    Unfortunately there isnt. But you can set the question and answer for a user if needed.

     

    I advise to set it to something that will expire like:

    whats todays date?

    January 21st 2019

     

    and tell the user to reset it on their settings page.

     

    via the API, it looks something like this:

    {

     "credentials": {

      "recovery_question": {

       "question": "What's today's date?",

       "answer": "January 21st 2019"

      }

     }

    }

     

    Hope this helps

    Expand Post
This question is closed.
Loading
Is there a way to get the standard okta recovery questions list from the API?