I understand OIDC can be used for authentication in Vault.
I would like to understand how to use OIDC as a Secrets Engine and I cannot seem to find proper documentation. Maybe it does not exist.
The goal is to configure OIDC Secrets Engine with
client_id
client_secret
token_url
And as a user be able to request a valid token.
I have discovered a plugin for OAuth2 but I’m looking for an Open ID Connect plugin.
Any ideas where to look?