From 877d4052291ceeea823ac38076f3834421fe7459 Mon Sep 17 00:00:00 2001 From: Kevin Rich Date: Sun, 11 Dec 2016 14:46:59 -0800 Subject: [PATCH] Corrected current package name The page name as stated was incorrect --- aspnetcore/security/authentication/social/microsoft-logins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/security/authentication/social/microsoft-logins.md b/aspnetcore/security/authentication/social/microsoft-logins.md index bad02e8fe8..02c0d4f20b 100644 --- a/aspnetcore/security/authentication/social/microsoft-logins.md +++ b/aspnetcore/security/authentication/social/microsoft-logins.md @@ -86,9 +86,9 @@ The following code reads the configuration values stored by the [Secret Manager] ## Enable Microsoft Account middleware > [!NOTE] -> Use NuGet to install the [Microsoft.AspNetCore.Authentication.Microsoft](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.MicrosoftAccount) package if it hasn't already been installed. Alternatively, execute the following commands in your project directory: +> Use NuGet to install the [Microsoft.AspNetCore.Authentication.MicrosoftAccount](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.MicrosoftAccount) package if it hasn't already been installed. Alternatively, execute the following commands in your project directory: > -> `dotnet install Microsoft.AspNetCore.Authentication.Microsoft` +> `dotnet install Microsoft.AspNetCore.Authentication.MicrosoftAccount` Add the Microsoft Account middleware in the `Configure` method in `Startup.cs`: