cancel
Showing results for 
Search instead for 
Did you mean: 

Self Service - Reset password

Former Member
0 Kudos

Hello,

This time I don’t have a technical issue, I’ve just finished to implement the self-reset and it works fine !

I just want to confirm few things.

To be able to make a “self service - reset password” the user :

- Must exist in UME & IDM

- Must have the role : idm_authenticated in UME

- Must receive a password for IDM

What annoys me is that we thought to implement this self service to allow the users to reset and unlock themselves through IDM to SAP but former we first must do the steps I've listed above ?!

I can enable the password provisioning in the Identity Store but then the new IDM password will be sent to all sap systems of the user not only to the needed one ! (I just want to specify that we do not have single sign on for SAP Systems)

Is there a way, that we can allow the users to chose the sap system for which they need a reset ?

I was thinking about creating a new self service task which would allow the user when connected to IDM, let them reset their own SAP password by selecting the system they need.

Any advice ?

Thx,

Accepted Solutions (1)

Accepted Solutions (1)

terovirta
Active Contributor
0 Kudos

I guess something like:

Custom attribute for the system selection, that does a lookup for repository names from IdM account-attributes or account/system-privileges.

It's also probably safer to have a custom attribute for the password.

Behind the UI task a workflow that calls the reset password plugin based on the selected repository for the given user, sending the password from the custom attribute.

Answers (0)