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)…
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
Options
- Aclient credentials grant
- Bdevice code
- Cresource owner password credentials grant
- Dauthorization code grant
How the community answered
(27 responses)- A11% (3)
- B15% (4)
- C4% (1)
- D70% (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
Community Discussion
No community discussion yet for this question.
