Azure Mobile Services LoginAsync method not working with Microsoft Auth Token
问题 I have successfully been able to get an access_token (or authenticationToken for Microsoft tokens) using the client side authentication in my Xamarin forms App. I am able to get further user information (email, name, etc.) using the same access token. Now, when I try to pass that token to my Azure Mobile Service backend, I get a 401 error. Here is my code: private async System.Threading.Tasks.Task<string> MSGetUserInfo(Account account) { // Reference: http://graph.microsoft.io/en-us/docs