Friday, May 25, 2018

Custom identity in asp.net core oauth

There are very few samples on the web about custom identity framework implementation of dot net core oauth, hence making a note of one of them

https://translate.google.co.uk/translate?hl=en&sl=ja&u=https://blog.nextscape.net/archives/Date/2017/12/aspnetcoreidentity2&prev=search

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...