405 Views
This post shows how Azure Key Vault certificates can be used with Microsoft.Identity.Web in an ASP.NET Core application which requires a downstream "access_as_user" API. The Azure AD App Registrations requires a certificate instead of a client secret. Code: https://github.com/damienbod/AzureADAuthRazorUiServiceApiCertificate Creating the Key Vault certificates The certificate which will be used in the ASP.NET Core applications...
0 comments