Skip to Content
0
May 31, 2020 at 08:43 PM

How to get password when it is automatically generated by IDM Continue '

212 Views

Hi All experts,

i want to continue the topic of "How to get password when it is automatically generated by IDM" but for IDM 8.0

https://answers.sap.com/questions/12884587/how-to-get-password-when-it-is-automatically-gener.html

I wrote the javascript and put it into the workflow, when we create a new user from IDM UI page, the dispatcher will follow the workflow, automatic generates the random password and store to MX_PASSWORD, however it doesn't work. ( the password successfully store into the attribute but when I login the AD, it failed to login )

Then i hard code the password, hashes it and stores it to MX_PASSWORD, failed.

Detail is following,

Pic:

1st testing: Let the javascript generates the new password and stores to MX_PASSWORD attribute

2nd testing, hard code the password and make it encrypt to MD5 hash and store to MX_PASSWORD attribute.

Did my logic wrong? Please advise and let me know if there is any doc / URL you can share! Thank you!

Regards,

Shunji

Attachments