Note packages for WinAuth (#10405)
parent
c3bdf5717d
commit
b808dc0793
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue