Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Using Password Type of Dynamic Attribute

Mahak_Acharya
New Contributor III
New Contributor III

Hi Team,

We have a requirement to reset password for a downstream system via Saviynt.

Below are the 2 ways we are planning to do it.

In both cases, we would want to utilize the Update Account Json and Update Account Task.

 

1. Generate Random password in Update json and pass it on via Email:

Could you please help me with the variables to be used in both places

 

2. Use the Password type of Dynamic attribute in the form and call it in Json and Email templates:

Below is what i have tried in the json, but an encryted value is being passed to downstream app instead of the password i have typed in the DA field

${requestAccessAttributes.get('ResetPassword').toString()}

What would be the right variable to pass on in the Json and email template in this scenario.

 

Regards,

Mahak

1 REPLY 1

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @Mahak_Acharya ,

Can you please confirm the type of connector you are trying this config?

Please try using the random password ${randomPassword} in the update JSON.

You can also use the same variable in the email template to display the password.

Additionally, make sure to configure the password length and other settings in the connector params.

Thanks

If you find the above response useful, Kindly Mark it as "Accept As Solution".