Implement certificate authentication in ASP.NET Core for an Azure B2C API connector

added by DotNetKicks
11/22/2021 7:29:21 AM

623 Views

This article shows how an ASP.NET Core API can be setup to require certificates for authentication. The API is used to implement an Azure B2C API connector service. The API connector client uses a certificate to request profile data from the Azure App Service API implementation, which is validated using the certificate thumbprint.


0 comments