Identity with Windows Server 2016 — Question 89
You have an internal web server that hosts websites. The websites use HTTP and HTTPS.
You deploy a Web Application Proxy to your perimeter network.
You need to ensure that users from the Internet can access the websites by using HTTPS only. Internet access to the websites must use the Web Application
Proxy.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. From the web server, enable HTTP Redirect on the Web Application Proxy server.
- B. Configure the Web Application Proxy to perform preauthentication by using Oauth2.
- C. From the Remote Access Management Console, publish the websites. Configure pass-through authentication and select Enable HTTP to HTTPS redirection.
- D. On external DNS name servers, create DNS entries that point to the private IP address of the web server.
- E. On external DNS name servers, create DNS entries that point to the public IP address of the Web Application Proxy.
Correct answer: C, E
Explanation
The correct answers are C and E. Option C ensures that the websites are published with HTTP to HTTPS redirection enabled, forcing users to connect securely. Option E is necessary to ensure that external users can reach the Web Application Proxy, as it should point to the public IP address, not the private one.