Click HERE to see how Saviynt Intelligence is transforming the industry. |
02/09/2024 01:57 AM
We have a requirement to share common password across multiple endpoints on database. For this we have created one dynamic attribute which fetches the stored password and passes at the time of createAccounts JSON.
The issue is when we hide this attribute on ARS form, then blank value set for dynamic attribute. So is there any way to read the hidden dynamic attribute value? or is there any way to mask the value so that it won't be visible on form?
02/09/2024 02:42 AM
Hi @SeemaDas ,
Did you tried to create attribute with type Password?
02/09/2024 03:23 AM
Is it possible to use SQL query using type "password"?
02/09/2024 04:35 AM
@SeemaDas , If you can't find any ootb way to do it here as it seems like there is none.
you can scramble the password using replace in sql query and replace it back in create account JSON. Lets say A with & , B with * etc..
Don't name that attribute as Password. Name it something else and also add %%^$ something at the end of data scrambling and take it down in JSON.
Thanks,
Amit