Note packages for WinAuth (#10405)

pull/10440/head
Luke Latham 2019-01-15 13:56:00 -06:00 committed by GitHub
parent c3bdf5717d
commit b808dc0793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ description: Learn how to configure Windows Authentication in ASP.NET Core, usin
monikerRange: '>= aspnetcore-2.1'
ms.author: riande
ms.custom: "mvc, seodec18"
ms.date: 12/23/2018
ms.date: 01/15/2019
uid: security/authentication/windowsauth
---
# Configure Windows Authentication in ASP.NET Core
@ -57,6 +57,8 @@ dotnet new webapp --auth Windows
---
When modifying an existing project, confirm that the project file includes a package reference for the [Microsoft.AspNetCore.App metapackage](xref:fundamentals/metapackage-app) **or** the [Microsoft.AspNetCore.Authentication](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication/) NuGet package.
## Enable Windows Authentication with IIS
IIS uses the [ASP.NET Core Module](xref:host-and-deploy/aspnet-core-module) to host ASP.NET Core apps. Windows Authentication is configured for IIS via the *web.config* file. The following sections show how to: