1 write to ForwardWindowsAuthentication
Microsoft.AspNetCore.Server.IIS (1)
WebHostBuilderIISExtensions.cs (1)
51
options.
ForwardWindowsAuthentication
= iisConfigData.fWindowsAuthEnabled || iisConfigData.fBasicAuthEnabled;
2 references to ForwardWindowsAuthentication
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.cs (1)
283
if (_options.
ForwardWindowsAuthentication
)
Core\IISHttpServer.cs (1)
75
if (_options.
ForwardWindowsAuthentication
)