File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
aspnetcore/security/authentication/social Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: rick-anderson
44description : This tutorial demonstrates how to build an ASP.NET Core app using OAuth 2.0 with external authentication providers.
55ms.author : riande
66ms.custom : mvc
7- ms.date : 10/21/2019
7+ ms.date : 01/23/2020
88uid : security/authentication/social/index
99---
1010# Facebook, Google, and external provider authentication in ASP.NET Core
@@ -29,7 +29,7 @@ For examples of how social logins can drive traffic and customer conversions, se
2929* Create a new project.
3030* Select ** ASP.NET Core Web Application** and ** Next** .
3131* Provide a ** Project name** and confirm or change the ** Location** . Select ** Create** .
32- * Select ** ASP.NET Core 3.0 ** in the drop-down, and then select ** Web Application** .
32+ * Select the latest version of ASP.NET Core in the drop-down ( ** ASP.NET Core {X.Y} ** ) , and then select ** Web Application** .
3333* Under ** Authentication** , select ** Change** and set the authentication to ** Individual User Accounts** . Select ** OK** .
3434* In the ** Create a new ASP.NET Core Web Application** window, select ** Create** .
3535
You can’t perform that action at this time.
0 commit comments