Environment: MVC project using the standard web template from VS2013
When a user is signed in via an external login, eg Google, is it possible to retrieve information about the external login, eg LoginProvider, DefaultUserName, etc, from the Controller's User object (System.Security.Claims.ClaimsPrincipal)?
If not this object, is there any other means to get them within a MVC controller?