Authentication using SSO in the Teams app
Authentication using SSO is crucial for the usability of an app so that it does not disrupt the user experience by having the user log in separately to each app. So, when you are building Teams tabs, make sure you have configured an SSO experience. We will review the required tasks to have the Teams tab app support SSO in your Teams app.
What is the Teams tab app?
The Teams tab app is a web page created using HTML and client scripts that allows you to render content in your Teams app as <iframe>
and the web page can be hosted on any website with a well-known address. When you design the web page, ensure it is clean and engaging to users.
We also have restrictions on the website that hosts the Teams tab. If the website has conditional access policies in place, the web page will not render in the Teams desktop app but in Teams in a browser.
We have three steps to enable SSO for a Teams tab app:
- Register and configure...