Upgrading Your Skills to MCSA: Windows Server 2016 — Question 74
Your network contains an Active Directory domain named contoso.com. The domain contains an Active Directory Federation Services (AD FS) server named
ADFS1, a Web Application Proxy server named WAP1, and a web server named Web1.
You need to publish a website on Web1 by using the Web Application Proxy. Users will authenticate by using OAuth2 preauthentication.
What should you do first?
Answer options
- A. On Web1, add site bindings.
- B. On ADFS1, add a claims provider trust.
- C. On Web1, add handler mappings.
- D. On ADFS1, enable an endpoint.
Correct answer: D
Explanation
The correct answer is D because enabling an endpoint on ADFS1 is necessary to allow the Web Application Proxy to communicate with AD FS for OAuth2 preauthentication. The other options, such as adding site bindings, creating a claims provider trust, or setting up handler mappings, are not the initial steps required for publishing the website with the specified authentication method.