<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
0D54z00007QEDndCAHOkta Classic EngineAuthenticationAnswered2022-02-07T03:39:01.000Z2022-02-04T13:24:05.000Z2022-02-07T03:39:01.000Z

TomonobuN.84713 (Customer) asked a question.

Change password directly without Okta web console

Does Okta have an API to send "change password" URL to the user (or widget) ?

 

Okta has "change password" API.

https://developer.okta.com/docs/reference/api/users/*change-password

However, it requres oldPassword/newPassword as input parameters. It means that our system needs to temporarily store password on memory when I integrate Okta with our system. Due to the security reason, we would like to avoid storing password in our system and directly input password to Okta. Our user will not use Okta web console directly.

 

I found we can send "reset password" URL to the user.

https://developer.okta.com/docs/reference/api/users/*reset-password

However, it is not "change password" because user status is changed.

 

Can we have a good solution ?


This question is closed.
Loading
Change password directly without Okta web console