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?
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?
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')