nerdexam
Microsoft

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…

Implement program flow

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)
  • A
    9% (4)
  • B
    11% (5)
  • C
    79% (37)
  • D
    2% (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

#WebAuthenticationBroker#OAuth#social networking#third-party authentication

Community Discussion

No community discussion yet for this question.

Full 70-491 Practice