Hi Team,
I would like to know is there any way I could integrate Auth0 with ‘Hashicorp Vault’, (managing secrets) , so that we could trigger any change in client secret directly to vault key store path, as we are planning for a client secret rotation in Auth0. Our application is reading the client secret from vault to connect to Auth0 programatically. So when there is any change in client secret, Auth0 should trigger the action of calling Hashicorp vault and store the secret in vault, so that application could read the latest client secret from vault to get it connected with Auth0. ( As of now, we are doing all these actions manually – copying client secret from Auth0 > manually adding it in vault)
Looking for a way that I could automate it. Any suggestions will help. Thank you.
Kind Regards,
Viji Sam