Forum Discussion
lvoouiilliot
Jan 22, 2023Copper Contributor
How to create Teams app multi tenant with SSO
Hello I wanted to create a React project from scratch and configure him to be a very simple Teams app which just make a call graph, I wanna do that to know exactly how it works. If you have several l...
Prasad_Das-MSFT
Microsoft
Jan 23, 2023lvoouiilliot - SSO authentication in Azure AD silently refreshes the authentication token to minimize the number of times users need to enter their sign in credentials. Please refer below docs:
1.Overview to authentication for tabs using SSO in Teams with Azure AD - Teams | Microsoft Learn
2.Overview to authentication using SSO in Teams with Azure AD - Teams | Microsoft Learn
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
lvoouiilliot
Jan 24, 2023Copper Contributor
There is a point that I don't understand, in your code, to make an app multi tenant you have to update the request : https://login.microsoftonline.com/{tenant-id} with https://login.microsoftonline.com/common. But when you enable the SSO in Teams you already know what is the tenant ID so from my point of view it is useless.
Thank you in advance
Thank you in advance