Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Password Generation Emergency FFID(FireFighterID)

TagorePasam
New Contributor
New Contributor

Hi ,

We are currently implementing emergency access IDs with Azure as target resource and we are aligning "$(randompassword)down ADDFFIDAccess JSON for generating a new password for every new session being involved. We get the following error ["The specified password does not comply with password complexity requirements. Please provide a different password"] and . 

However when we tried to test this out as "$(randompassword).toUpper()" rather than generating a new password it takes it as a plain text.

when we pass this value through an email template as ${task?.password}, ${account_password} , ${password}  and ${arsTasks.password}it sends as a null value.

 

TagorePasam_0-1674541311005.png

 

PFA the AddFFIDaccessJSON and suggest the replication steps possible.


Thanks

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Use below script in email body to find variables available

 

${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.