You are deploying an application that uses Windows Authentication. Remote users connect through a reverse proxy. Which IIS authentication configuration allows the proxy to pass the authenticated user identity to the backend?
-
A
Configure IIS to use Windows Authentication with Kernel-mode disabled and enable Protocol Transition
-
B
Enable Anonymous Authentication on the backend IIS server
-
C
Use Basic Authentication over HTTPS on the backend
-
D
Configure Constrained Delegation (S4U2Proxy) on the proxy server account