70-491 · Question #47
You are developing a Windows Store multi-player game. You need to ensure that the game can authenticate users by using the credentials of a third-party social networking site. Which class should you…
The correct answer is C. WebAuthenticationBroker. How can you take protocol modeled for the web and make it work in an app that is running on a Windows 8 device? The answer is the WebAuthenticationBroker component in the Windows Runtime. The web authentication broker is designed to assist you with single sign-on scenarios by…
Question
You are developing a Windows Store multi-player game. You need to ensure that the game can authenticate users by using the credentials of a third-party social networking site. Which class should you use?
Options
- APassportAuthenticationModule
- BWindowsAuthenticationModule
- CWebAuthenticationBroker
- DFormsAuthentication
How the community answered
(47 responses)- A9% (4)
- B11% (5)
- C79% (37)
- D2% (1)
Explanation
How can you take protocol modeled for the web and make it work in an app that is running on a Windows 8 device? The answer is the WebAuthenticationBroker component in the Windows Runtime. The web authentication broker is designed to assist you with single sign-on scenarios by emulating a fully web-based experience.
Topics
Community Discussion
No community discussion yet for this question.