Azure Key Vault is a cloud service that securely manages cryptographic keys, secrets, and sensitive data used by cloud applications and services. It offers robust features to help protect data and control access.
With this connector, you can easily configure the client, client secret, Vault base URL, and Tenant ID through site properties. Once configured, you can seamlessly retrieve keys and secrets from your Azure Key Vault setup.
All you need to do is pass the key or secret name from the front end, and the connector will automatically fetch the corresponding value from Azure Key Vault.
This component is built using the .NET SDK, requiring no additional APIs for operation.