We are using Asp.Net Identity in MVC 5 to allow user log in with their social media accounts.
var loginInfo = await AuthenticationManager.GetExternalLoginInfoAsync();
We use above API to retrieve information of accounts, but all of the accounts except Facebook have empty value for loginInfo.Email, how can we get the email address for this two social accounts:
- Microsoft Account