Wednesday, June 20, 2018

ASp.Net Identity implementation with IRole

The OOB templates of asp.net identity models and owin security setup are great, but sometimes we don't need all the complex functionality presented there and instead just want simplistic user identity validation. The post below gives a overview of how this could be achieved


https://weblogs.asp.net/imranbaloch/a-simple-implementation-of-microsoft-aspnet-identity

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