Is it possible to use a secret retrieved from KeyVault in the OAuth security settings for a custom connector?
I am connecting to a custom API that uses OAuth 2.0 which requires a Client id and Client secret. We are using KeyVault to store the client secret but are required to perform a key refresh at regular intervals. Is there any way to dynamically retrieve the current secret from KeyVault as part of the OAuth process? Rather than having to manually apply the updated secret after every time, we perform a key refresh.