Good day everyone! Does Okta have a endpoint for current password verification?
My case is simple: I want to update user’s email only with verification of his current password. It’s possible?
I have a temporary solution: update user password with current password (here I can catch error about invalid pass), but it’s ugly.
Thank you in advance!