Forum Discussion
xwl-intl
Feb 26, 2020Copper Contributor
SSO using Teams account information.
I created a TAB that uses the same login account as the one used by Teams. How can this website get the account information for Teams? The process is rough as follows: I --> login Teams --> access...
Gousia_Begum
Feb 27, 2020Iron Contributor
xwl-intl Please go through implementing SSO for Tabs. Here is a sample manifest that you could directly upload inside Teams to see the experience with SSO.
xwl-intl
Feb 28, 2020Copper Contributor
Thank you very much. I downloaded thehttps://github.com/OfficeDev/microsoft-teams-sample-auth-node and tested it. This is a very complicated example. In addition, can silent/simple be used in the iframe website?
- Gousia_BegumFeb 28, 2020Iron Contributor
xwl-intl The sample that you have downloaded does not use SSO. It will still ask the user to sign in. Here is the sample you need to use if you want to pick up the user details from Teams client signin. What do you mean by iframe website? This auth sample only works inside Teams.
- xwl-intlFeb 29, 2020Copper ContributorI mean the Tab I created is an iframe website. I'm also this iframe website developer. Can the iframe website use SSO to access Teams account information?