Introduction
Some of the most common questions we receive from Microsoft Teams developers concern authentication to Azure Active Directory (Azure AD), single sign-on (SSO) to Azure AD, and how to a...
I am working on a Teams tab application, using C# .net mvc and javascript. Your article is excellent, and fills in many gaps in the online documentation. However, C# example you referenced does not appear to be doing client side authentication. I cannot find a call to microsoftTeams.authentication.authenticate anywhere in the code.