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,…
Continue Reading Nishant Rana’s Article on their blog
How to – Read Secret from Azure Key Vault using Key Vault Rest API through Postman
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…
Blog Syndicated with Nishant Rana’s Permission