0

I want to implement forgot password feature using the following api in Okta Password Reset api

For this api I need State Token.

So my question is How I can obtain state token in Okta?

Twix
  • 392
  • 1
  • 12
  • 38

1 Answers1

0

Use one of the forgot password requests: https://developer.okta.com/docs/api/resources/authn.html#forgot-password

From there you can send the user the token, and they will be able to use this to reset their password. (you could also use 'change_password')

Brian Demers
  • 2,051
  • 1
  • 9
  • 12