Security

A 1-post collection

Retrieving a Secret from Azure KeyVault: Easiest Example Ever

The internet is full of code examples that try to show all possible features of Azure KeyVault. I felt the need for a very basic example just retrieving a secret. Here [https://github.com/RolandGuijt/rolandguijt.com-keyvault-sample] it is. It's an ASP.NET Core console application with a couple of added NuGet packages: * Microsoft.IdentityModel.Client.ActiveDirectory (for access token retrieval from Azure Active Directory (AAD) * Microsoft.Azure.KeyVault * Microsoft.Extensions.Configurat...