Multitenant-teams-app-deployment

A Deep Dive into Developing Multi-Tenant Teams Apps

This blog post will delve into the world of Microsoft Teams multi-tenant apps, exploring their benefits, considerations, and the steps to create and deploy them successfully. I’ll demonstrate how to utilize the Teams Toolkit to develop and deploy a Microsoft Teams bot that operates in a multi-tenant environment. Understanding Multi-Tenancy and Azure Multi-Tenant Apps As we will be hosting our Teams apps in Azure, you need to understand how multi-tenancy works before deploying your app.…

Teams Authentication Flow

Implementing Microsoft Teams Authentication Flow For Tabs

Most Identity Providers like Azure AD use OAuth 2.0 as an open standard for authentication and authorization, In this blog post I will show you how to implement the OAuth 2.0 flow for Microsoft Teams Tabs using SharePoint Framework and the Teams Client SDK. A basic understanding of OAuth 2.0 is required for reading this post, so if you are new to this concept, please read this post or this good overview which is easier…