Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/16/2024 01:15 AM
Objective: The goal of this use case is to create a hardcoded password in Saviynt, assign it to an attribute, and propagate this password to both an external application and downstream applications within the Saviynt ecosystem. This ensures consistent password management and updates across multiple systems.
09/16/2024 01:20 AM
Hi @GoutamAhirwar ,
This doesn't feel right you shouldn't have same password across all applications for a user.
Try to accomplish the use case via SSO
2) you can pass the same hard-coded password in the json of the downstream application
09/16/2024 01:25 AM
The client's requirement is that the same password will be used for the account, but not for individual users. Could you help me with the process flow and the JSON structure for this?"
Let me know if you'd like any changes or further clarification!
09/16/2024 01:41 AM
For users account in multiple applications right?
If yes it depends on the individual application which will be used for password.
Store password on users customproperty and then use it in json.
09/16/2024 07:32 AM
Use saviynt utility https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter14-Password-Management/Confi...
09/16/2024 07:37 AM
@rushikeshvartak would this allow to pass the same password to downstream application? Directly referencing I don't think is possible.