nerdexam
Microsoft

MS-600 · Question #183

You plan to develop a client-side JavaScript web app that will be registered to the Microsoft identity platform and use Microsoft Authentication Library (MSAL) v2.0. Which type of authorization flow…

The correct answer is D. authorization code grant. Authorization code - User sign-in and access to web APIs on behalf of the user. Supported application types: * Single-page app (SPA) (requires PKCE) The other authentication flows do not support Single-page apps (SPAs)…

Implement Microsoft identity

Question

You plan to develop a client-side JavaScript web app that will be registered to the Microsoft identity platform and use Microsoft Authentication Library (MSAL) v2.0. Which type of authorization flow should you use?

Exhibit

MS-600 question #183 exhibit

Options

  • Aclient credentials grant
  • Bdevice code
  • Cresource owner password credentials grant
  • Dauthorization code grant

How the community answered

(27 responses)
  • A
    11% (3)
  • B
    15% (4)
  • C
    4% (1)
  • D
    70% (19)

Explanation

Authorization code - User sign-in and access to web APIs on behalf of the user. Supported application types: * Single-page app (SPA) (requires PKCE) The other authentication flows do not support Single-page apps (SPAs). https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-authentication-flows

Topics

#MSAL#authorization code flow#SPA#OAuth 2.0

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice