While creating a New AD account , we have a rule which generates a random password. Now once this AD Account is created we are sending a notification to the user that AD account is created. The password is not available in the account attributes , please help me with a way to retrieve a dynamically created password so that can be shared with the user in the email.
Sailpoint uses two layers of encryption, it stores only cryptographic hash and never stores plain text password making it very difficult to decrypt it. So it’s not possible to get the random password that gets set so you won’t be able to email it.
The only way to retrieve it would be to park it in an AD attribute that you read back into an Identity Attribute. Be aware though that the password will be in clear text till the user logs in the first time to reset it (provided you’ve got that configured). It is generally not a good idea to send passwords around in emails regardless.