NickT.68327 (Customer) asked a question.
What are the steps for an okta user to unlock their own AD and Okta account?
Also, is there a way for a user to do password recovery via okta if they do not remember their password for a standard password reset.

Hi Nicholas,
there is no direct way by which a user can unlock their own account in the OKTA. however you can write a custom web application which calls the OKTA Unlock user API EndPoint & from there they can unlock their account. you can expose this application to your help desk people as well,
Secondly, there is a forgot password link, which sends the email to user & they can reset their password.
I hope it helps.