Fix broken table (#1494)

pull/1496/head
Luke Latham 2016-06-24 10:36:42 -05:00 committed by Rick Anderson
parent fb3cd19781
commit e473651963
1 changed files with 9 additions and 5 deletions

View File

@ -65,11 +65,15 @@ To configure `IISIntegration` service options, include a service configuration f
...
});
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Option | Setting |
| --- | --- |
+==============================+====================================================================================================================================================================================================================================================================+
| AutomaticAuthentication | If true, the authentication middleware will alter the request user arriving and respond to generic challenges. If false, the authentication middleware will only provide identity and respond to challenges when explicitly indicated by the AuthenticationScheme. |
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ForwardClientCertificate | If true and the `MS-ASPNETCORE-CLIENTCERT` request header is present, the `ITLSConnectionFeature` will be populated. |
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ForwardWindowsAuthentication | If true, authentication middleware will attempt to authenticate using platform handler windows authentication. If false, authentication middleware won't be added. |
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
`publish-iis` tool
^^^^^^^^^^^^^^^^^^