MS-600 · Question #132
You plan to create a single-tenant console app that will use the Microsoft identity platform. You need to ensure that the app can use the device code flow to access Microsoft Graph and read email on…
The correct answer is A. Add redirect URIs. E. Generate a client secret for the app. F. Set Supported account types to Accounts in any organizational directory. https://docs.microsoft.com/en-us/graph/auth-register-app-v2 https://docs.microsoft.com/en-us/graph/auth-v2-u
Question
You plan to create a single-tenant console app that will use the Microsoft identity platform. You need to ensure that the app can use the device code flow to access Microsoft Graph and read email on behalf of the authenticated user. Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A Set Supported account types to Accounts in any organizational directory
Options
- AAdd redirect URIs.
- BSet Supported account types to Accounts in this organizational directory only
- CEnable the Default client type option.
- DFrom the Expose an API settings, create a custom scope.
- EGenerate a client secret for the app.
- FSet Supported account types to Accounts in any organizational directory.
How the community answered
(35 responses)- A71% (25)
- B9% (3)
- C3% (1)
- D17% (6)
Explanation
https://docs.microsoft.com/en-us/graph/auth-register-app-v2 https://docs.microsoft.com/en-us/graph/auth-v2-u
Topics
Community Discussion
No community discussion yet for this question.