Share via

How to create SSO enabled app for Teams meetings and calls in React

Aman Sharma 0 Reputation points
2024-05-09T18:23:09.96+00:00

What are some resources that can help me build a single sign-on (SSO) enabled app for Teams meetings and calls using React? I've tried working with provided samples and the Teams Toolkit, but I'm having trouble getting the Save button to work after configuring my manifest with the correct settings. I want to deploy the app on Azure app service and integrate it with Azure Fluid Relay service.

  "configurableTabs": [
    {
      "configurationUrl": "${{TAB_ENDPOINT}}/index.html#/config",
      "canUpdateConfiguration": true,
      "scopes": ["team", "groupchat"],
      "context": [
        "channelTab",
        "privateChatTab",
        "meetingChatTab",
        "meetingDetailsTab",
        "meetingSidePanel"
      ],
      "meetingSurfaces": ["sidePanel", "stage"]
    }
  ],
  "staticTabs": [],
Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs


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.