nerdexam
Microsoft

MS-600 · Question #200

You are developing a Microsoft Teams app that will have a personal tab. The personal tab requires single sign-on (SSO) authentication to the Microsoft identity platform. The app will be published to…

The correct answer is A. an Azure Active Directory (Azure AD) application that has device code flow. Microsoft Teams provides single sign-on function for application to obtain signed-in Teams user token to access Microsoft Graph and other APIs. Teams Toolkit facilitates the interaction by abstracting some of the Azure AD flows and integrations behind some simple APIs. This…

Extend Teams

Question

You are developing a Microsoft Teams app that will have a personal tab. The personal tab requires single sign-on (SSO) authentication to the Microsoft identity platform. The app will be published to Microsoft AppSource. What do you require to implement SSO for the app?

Options

  • Aan Azure Active Directory (Azure AD) application that has device code flow
  • Ba multi-tenant Azure Active Directory (Azure AD) application
  • Ca single-tenant Azure Active Directory (Azure AD) application

How the community answered

(29 responses)
  • A
    76% (22)
  • B
    17% (5)
  • C
    7% (2)

Explanation

Microsoft Teams provides single sign-on function for application to obtain signed-in Teams user token to access Microsoft Graph and other APIs. Teams Toolkit facilitates the interaction by abstracting some of the Azure AD flows and integrations behind some simple APIs. This enables you to add single sign-on (SSO) features easily to your Teams application. For applications that interact with the user in a chat, a Team, or a channel, SSO manifests as an Adaptive Card, which the user can interact with to invoke the Azure AD consent flow. https://docs.microsoft.com/en-us/microsoftteams/platform/toolkit/add-single-sign- on?tabs=typescript

Topics

#Teams SSO#Azure AD app registration#personal tab#AppSource

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice