Securely Retrieve Secrets from Azure Key Vault in .NET Core Web API using ClientId & Secret | LSC

preview_player
Показать описание
Hi Everyone,

Welcome to our tutorial on securely accessing Azure Key Vault secrets in a .NET Core Web API. Are you tired of hardcoding sensitive information in your applications? Azure Key Vault is the solution! In this video, we'll dive into the step-by-step process of creating Key Vaults, adding secrets, registering an application, and granting access to Azure Active Directory. You'll learn how to retrieve secrets programmatically using a client ID and client secret, ensuring secure access to your application's sensitive information. Let's get started and strengthen your application's security with Azure Key Vault!

The source code is available at

Learn more here from my BlogPost

Please post your questions in the comment section and I will be happy to answer your questions.

Happy coding!
Рекомендации по теме
Комментарии
Автор

Dude your content is outstanding! Thank you for taking the time of teaching .Net and Azure, you are a complete rockstar! greetings from Mexico.

mauricioernestocarrizalesm
Автор

Amazing Video, Would request u to make a video on certificates instead of client secret, what are certificates, why it is necessary etc.

iamnoob
Автор

Your content is really helpful.
Just to confirm, can I use azure key vault values for running bdd test cases in pipeline?

divyanshijain
Автор

This is not the safest way to handle the secrets man. Secreta should not reveal their own identity.

TellaTrix