Does anyone know how to dynamically get get usernames and passwords without having to hardcode it? I believe I am missing a step
Hi Blake
In IdentityNow you don’t have to hard-code Basic-Auth creds there. Use a Credential Provider and reference its secret so the username/password are pulled dynamically at runtime.
if your vault secret holds { "username": "...", "password": "..." }, point Username to the secret’s username path and Password to the password path using the provider’s path syntax.
Give a try and and let me …
Have look on the below link it may help.
Credential Provider Secret Path Expressions
Privileged Task Automation - SailPoint Identity Services
Regards
SathishKumar.N
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
