We have a heterogenuous environment with multiple password stores that we want to consolidate with a common PAM solution. RDM and other tools shall be integrated in the PAM solution on jump hosts. Password stores are on different systems, such as Wallix Bastion, HSM, Azure Vault, LastPass and others, which cannot be easily replaced by a single system. We plan to use a proxy that will require users to authenticate with an IDP, and provide an API to retrieve the secret in a secure way to RDM.
To avoid re-inventing the wheel OAuth2 could help. The flow would go like this:
Does this approach make sense to you?
Hello,
Perhaps you could take a look at the "Custom credential" entry? It allows you to write a powershell script to fetch credentials, so assuming you're able to achieve what you want with Powershell, it should be possible to do the same within RDM.
Regards,
Hubert Mireault
This should be possible. I need to do a test implementation to check if it feasible. OAuth should be easy, but I am not sure how smooth it is to start the system browser and take back control when the response is redirected.