From 54ae79bf79b3a5dedcc2aee2e5c4dcd65f2e3624 Mon Sep 17 00:00:00 2001 From: jconrey Date: Thu, 31 May 2018 14:54:03 -0400 Subject: [PATCH] rewording for clarity (#6754) --- aspnetcore/security/authentication/windowsauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/windowsauth.md b/aspnetcore/security/authentication/windowsauth.md index 0fdc8d5e41..ab6e60bd61 100644 --- a/aspnetcore/security/authentication/windowsauth.md +++ b/aspnetcore/security/authentication/windowsauth.md @@ -51,7 +51,7 @@ Alternatively, these two properties can be configured in the *launchSettings.jso ## Enable Windows authentication with IIS -IIS uses the [ASP.NET Core Module](xref:fundamentals/servers/aspnet-core-module) to host ASP.NET Core apps. The module flows Windows authentication to IIS by default. Windows authentication is configured in IIS, not the app. The following sections show how to use IIS Manager to configure an ASP.NET Core app to use Windows authentication. +IIS uses the [ASP.NET Core Module](xref:fundamentals/servers/aspnet-core-module) to host ASP.NET Core apps. The module allows Windows authentication to flow to IIS by default. Windows authentication is configured in IIS, not the app. The following sections show how to use IIS Manager to configure an ASP.NET Core app to use Windows authentication. ### Create a new IIS site