Suggested Answer:C🗳️
To use Microsoft Graph to read and write resources on behalf of a user, your app must get an access token from the Microsoft identity platform and attach the token to requests that it sends to Microsoft Graph. One common flow used by native and mobile apps and also by some Web apps is the OAuth 2.0 authorization code grant flow. Scenario: Email the generated invoices to customers on behalf of the current signed-in user. Any emails generated by the system will contain the invoiced. Use Azure AD to manage identities, authentication, and authorization. Reference: https://docs.microsoft.com/en-us/graph/auth-v2-user
I think the answer should be implicit grant flow since we're dealing with SPA communicating with a Web API
https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-implicit-grant-flow
For most of the history of OAuth 2.0, the implicit flow was the recommended way to build single-page apps. With the removal of third-party cookies and greater attention paid to security concerns around the implicit flow, Microsoft moved to the authorization code flow for single-page apps.
https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-app-types#authorization-code-flow-vs-implicit-flow
So, I stick with answer C. authorization code
Actually the question shouls state which msal version is used ... depending on that the answer is implicit or auth grant ... v2 was released july 20, 2020 ... did they update the answer?
Reply to TRUESON and mightyjoebong:
from question "ADatum always uses the latest libraries and integration endpoints."
It means that msal v2 is used.
Answer C.
Agree with TRUESON
msal v1: implicit flow
msal v2: auth code with pkce (still not just auth code).
I'd answer implicit
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.MS-600 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
zackrockz
Highly Voted 1 year, 3 months agoETU69
1 year, 1 month agoTRUESON
1 year agobilnurbk
Most Recent 5 months, 1 week agomightyjoebong
6 months, 1 week ago