Answer LoginResult.User is a ClaimsPrincipal. If you look at the docs for that class, it contains an Identity property which is the primary IIdentity associated with that ClaimsPrincipal. IIdentity has a Name property, but not an ID.