Read Secret from Azure Key Vault using SecretClient (UsernamePasswordCredential)– C#
Views (287)
In the previous post, we used ClientSecretCredential Token Credential to read the secret from the Key Vault. In this post, we’d use UsernamePasswordCredential class instead. Login to Azure Portal – https://portal.azure.com/ Here we have generated a Secret named secret1 inside MyKeyVaultCRM We have also provided Get – Secret permission to the below User account Also, … Continue reading "Read Secret from Azure Key Vault using SecretClient (UsernamePasswordCredential)– C#"
This was originally posted here.

Like
Report
*This post is locked for comments