SSO for Microsoft Teams custom tabs?

Veera 6 Reputation points
2021-07-20T17:38:19.85+00:00

Hi,

I am building a custom Tab for my web app inside the Teams application. My web app supports Google SSO for login.

I have seen many other apps provide only Microsoft SSO for tab authentication. Is there any limitation that the custom tab supports only Microsoft SSO for authenticating users?

Microsoft Teams | Development
Microsoft Teams | Development
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JimmyYang-MSFT 58,741 Reputation points Moderator
    2021-07-21T03:06:04.54+00:00

    Hi @Veera

    There are some important restrictions that you must know:

    • Only user-level Graph API permissions are supported that is, email, profile, offline_access, OpenId. If you must have access to other Graph scopes such as User.Read or Mail.Read, see recommended workaround.
    • It is important that your application's domain name is the same as the domain name you have registered for your AAD application.
    • Currently multiple domains per app are not supported.

    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.