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…
Continue Reading Nishant Rana’s Article on their blog
How to – Read Secret from Azure Key Vault using SecretClient (UsernamePasswordCredential)- C#
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,…
Blog Syndicated with Nishant Rana’s Permission