Building Applications and Solutions with Microsoft 365 Core Services (legacy) — Question 21
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?
Answer options
- A. an Azure Active Directory (Azure AD) application that has device code flow
- B. a multi-tenant Azure Active Directory (Azure AD) application
- C. a single-tenant Azure Active Directory (Azure AD) application
Correct answer: A
Explanation
To implement SSO for the Microsoft Teams app, an Azure Active Directory (Azure AD) application that supports device code flow is required, as it facilitates the authentication process. Options B and C, which refer to multi-tenant and single-tenant applications respectively, do not specifically mention the necessary device code flow needed for SSO in this context.