My team is looking to implement a custom settings page for a web app, which does not have a secure backend to store api tokens. What we would ideally like is a way to send the Okta tenant the username and new password, alongside the user’s access token for authorization, which would then change the password to the new value.
I’ve seen multiple other ways that Okta allows a password change programmatically, but these all seem to involve relying on an api token in some way.
Is there any way to do this currently?