C# Web API 2 & Angular - Microsoft Account Authentication
问题 I've asked the question below a couple weeks ago and I didn't get a working answer. Or maybe just not suitable for my case. C# Microsoft Authentication Get logged user from controller So I thought maybe I wasn't asking the right question. What i'm trying to do is create an app which has a C# Web API 2 backend and an Angular 2 frontend. Now, I want that my authentication be using people's Microsoft Account which means this will be an external authentication. What's the best way of doing this?