Friday, June 19, 2020

Secure web api with Azure AD authentication

The following post describes various steps required to secure a web api application with Azure AD authentication

https://nicksnettravels.builttoroam.com/post-2017-01-28-securing-a-web-api-using-azure-active-directory-and-owin-aspx/

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...