How to set 1 way encrypted password on flow designer

Laila Moussaoui
Tera Contributor

My question is how i can i set password 1 way encrypted through a flow designer action, in order to create a user with a password.

thanks in advance.

1 REPLY 1

Jan Strama1
Tera Guru

Hi Laila,

 

we had the same challenge and used a Custom Scripted Flow action for that. We Basically take text Value from the Flow and convert it into a 2-Way encrypted Password. We use 2-way as this was usable via Script and worked best for us:

find_real_file.png

 

We Take the Value for the Catalog Item from a Masked Variable.

Hope that helps?