Connection Settings

Configure the connection parameters to connect to and authenticate with the Azure Key Vault.

To configure an authenticated connection:

  1. Enter the Client ID assigned to your client app to authenticate OAuth requests.

  2. Enter the Client Secret issued to the client app.

  3. Enter the OAuth 2.0 Token URL to request an access token for a user.

  4. Enter the Scope for authenticating the client app.

  5. Enter the Azure Key Vault API Version.

  6. (Optional) Enable credential caching. For more information, refer to Caching Credentials.

  7. Select Save.

Note
To create Client ID and Client Secret to retrieve secrets from Azure Key Vault, refer to the OAuth 2.0 client credentials grant.