Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Commit aa98429

Browse files
committed
Fix typo
1 parent afce5d7 commit aa98429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.AspNetCore.Server.IISIntegration/IISMiddleware.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public IISMiddleware(RequestDelegate next, ILoggerFactory loggerFactory, IOption
5959
throw new InvalidOperationException("IServiceCollection.AddAuthentication() is required to use Authentication.");
6060
}
6161

62+
auth.AddScheme(new AuthenticationScheme("NTLM", typeof(AuthenticationHandler), new Dictionary<string, object>()));
6263
auth.AddScheme(new AuthenticationScheme("Negotiate", typeof(AuthenticationHandler), new Dictionary<string, object>()));
6364
}
6465

0 commit comments

Comments
 (0)