I am working on a JDBC provisioning rule in IdentityNow and have a requirement to fetch attributes from a secondary database. How can I securely connect to this database without hardcoding the username and password in a Rule? Specifically, I want to:
Establish a connection to the secondary database.
Retrieve specific attributes for provisioning.
Ensure credentials are stored securely.
Are there best practices, examples, or documentation for securely managing database credentials in ISC for this use case?
You can encrypt the password within the connector parameters, and inside the rule, you can use application.{specific attribute} to fetch the value from the connector during execution.