Read Secret from Azure Key Vault using Key Vault Rest API through Postman
Views (365)
In the previous posts, we saw how to register an Azure AD app and read the secret from Azure Key Vault using SecretClient and UsernamePasswordCredential class https://nishantrana.me/2020/11/27/read-secret-from-azure-key-vault-using-secretclient-class-console-app-c/ https://nishantrana.me/2020/12/01/read-secret-from-azure-key-vault-using-secretclient-usernamepasswordcredential-c/ In this post, we’d fetch the secret saved in Key Vault through Postman. Register an Azure AD App Copy its client id and client secret Provide the … Continue reading "Read Secret from Azure Key Vault using Key Vault Rest API through Postman"
This was originally posted here.

Like
Report
*This post is locked for comments