nerdexam
Microsoft

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

Implement Microsoft Identity

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)
  • A
    71% (25)
  • B
    9% (3)
  • C
    3% (1)
  • D
    17% (6)

Explanation

https://docs.microsoft.com/en-us/graph/auth-register-app-v2 https://docs.microsoft.com/en-us/graph/auth-v2-u

Topics

#device code flow#app registration#public client#Microsoft identity platform

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice