The AspNetUserLogins table Identity [closed]
What is the AspNetUserLogins for? Is It to store the logins from the user? How can I then update this table with that data? Preet Singh What is the AspNetUserLogins for? In Asp.net Identity, the Identity system uses the AspNetUserLogins table to hold information about 3rd party/external logins, for example users who login into your site via Google, Facebook, Twitter etc. The AspNetUsers table is the primary table to store user information, this is linked to AspNetUserLogins via UserId -> AspNetUsers.Id . For example if the user logs into your site via Facebook, then the LoginProvider is the