Forum Discussion

lvoouiilliot's avatar
lvoouiilliot
Copper Contributor
Jan 30, 2023
Solved

Teams Toolkit Publish to the store with Single tenant ?

Hello guys,

I wondered something but with the Teams Toolkit we have the possibility to publish our app to the store but how it is possible knowing that our app is single tenant due to the microsoft Teams Toolkit which does not handle the multi tenant applications.

So how does it work ?

Thank you in advance

  • lvoouiilliot - When SSO is enabled, Teams Toolkit will by default provision a single-tenant Azure AD app, which means only user and guest accounts in the same directory as your M365 account can successfully sign in to your Teams app.
     we are using auth code flow for authentication now, latest projects created by Teams toolkit will not contain simple auth service. Now you can refer to this for multi tenant apps.

    For future issues, the best place to get support for Teams Toolkit is to file an issue at https://github.com/OfficeDev/teamsfx

    Thanks,

    Sayali

    ------------------------------------------------------------------------------

    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.

     

3 Replies

  • lvoouiilliot - When SSO is enabled, Teams Toolkit will by default provision a single-tenant Azure AD app, which means only user and guest accounts in the same directory as your M365 account can successfully sign in to your Teams app.
     we are using auth code flow for authentication now, latest projects created by Teams toolkit will not contain simple auth service. Now you can refer to this for multi tenant apps.

    For future issues, the best place to get support for Teams Toolkit is to file an issue at https://github.com/OfficeDev/teamsfx

    Thanks,

    Sayali

    ------------------------------------------------------------------------------

    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.

     

Resources