I'm using mvc5 + c# and i'm gives my user the option to log-in to my website with external login (facebook, google, ...).
I'm trying to add Microsoft Live a as new provider. But, I'm don't see any option to get the email address of the connected user.
I'm Getting those claims when some-microsoft-user is connect ("KEY | VALUE"):
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier | *****************
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name | test
http://schemas.microsoft.com/accesscontrolservice/2010/07/claims/identityprovider | ASP.NET Identity
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier | **************
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name | ****************
urn:microsoftaccount:id | ****************
urn:microsoftaccount:name | ****************
urn:microsoftaccount:access_token | **************************************************************
There are any option to get the email address of the user, using this information?