How to Reset Password by Custom Process from Web Portal (Not Password Reset Portal) in One Identity Manager?

Hello Community,

I am using One Identity Manager 9.2, and I want to implement a password reset in One Identity Manager without using the Password Reset Portal. The use case is:

  • A user or admin should request a password reset for a specific target system/account directly from the web portal.

  • Upon approval/submission, a custom process should be able to:

    • Update the password in the UNSAccountB.Password column,

    • Send an email notification to the end user,

    • Trigger synchronization to update the password in the actual target application (via JDBC or custom connector).

What’s the recommended way to design this (forms, processes, notification, sync configuration) in OIM? Are there any best practices or common pitfalls to avoid?