PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners Click HERE | EMEA/APJ Click HERE

Using Password Type of Dynamic Attribute

Mahak_Acharya
Regular Contributor
Regular Contributor

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".