01-23-2023 10:30 PM
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.
PFA the AddFFIDaccessJSON and suggest the replication steps possible.
Thanks
01-24-2023 01:08 PM
Use below script in email body to find variables available
${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}