SSO Enabled Tab via APIM Proxy

Microsoft Teams supports the ability to run web-based UI inside "custom tabs" that users can install either for just themselves (personal tabs) or within a team or group chat context.

SSO Enabled Tab via APIM Proxy shows you how to build a tab app with Graph Toolkit as frontend and Azure API Management as proxy to get user login information with SSO.

With this sample, you can achieve the SSO feature in your tab app using OBO (on-behalf-of) flow without building a dedicated backend service.

SSO Enabled Tab via APIM Proxy

This sample illustrates

  • How to use Teams Toolkit to create a Teams tab app.
  • How to use integrate APIM in TeamsFx projects.
  • How to implement SSO in Teams Tab app.
  • How to use APIM as proxy of Graph Toolkit, use SSO token to call Graph and get user login info.

Note

  • This sample has adopted On-Behalf-Of Flow to implement SSO.

  • This sample uses Azure API Management as proxy, and make authenticated requests to call Graph.

  • Due to system webview limitations, users in the tenant with conditional access policies applied cannot consent permissions when conduct an OAuth flow within the Teams mobile clients, it would show error: "xxx requires you to secure this device...".

Prerequisites

Please note that after you enrolled your developer tenant in Office 365 Target Release, it may take couple days for the enrollment to take effect.

Getting Started

You can follow the steps here for how to run this app.

References