diff --git a/aspnetcore/security/authentication/identity.md b/aspnetcore/security/authentication/identity.md index ec47ddaa9c..cfc9628969 100644 --- a/aspnetcore/security/authentication/identity.md +++ b/aspnetcore/security/authentication/identity.md @@ -14,7 +14,7 @@ uid: security/authentication/identity --- # Introduction to Identity -By [Pranav Rastogi](https://github.com/rustd), [Rick Anderson](https://twitter.com/RickAndMSFT), [Tom Dykstra](https://github.com/tdkystra), Jon Galloway, and [Erik Reitan](https://github.com/Erikre) +By [Pranav Rastogi](https://github.com/rustd), [Rick Anderson](https://twitter.com/RickAndMSFT), [Tom Dykstra](https://github.com/tdykstra), Jon Galloway, and [Erik Reitan](https://github.com/Erikre) ASP.NET Core Identity is a membership system which allows you to add login functionality to your application. Users can create an account and login with a user name and password or they can use an external login providers such as Facebook, Google, Microsoft Account, Twitter and more.