Mobile App GetIdentityAsync no value
问题 I have this code from Azure Services Mobile App, API custom controller. The result always the same "1:1". I test with all identity providers, google, facebook, twitter, and Microsoft Account, except AD. I think the problem is the call to GetIdentityAsync. Can anyone help me? Thanks [HttpGet] public async Task<string> GetIdentityInfo() { var user = (MobileAppUser)this.User; string str = ""; string Provider = "YES", UserId = "NO"; try { if (user != null) { Provider = "1"; UserId = "1"; var