Nov 24 2022 01:37 PM
Hi, I ´m currently developping a teams app whith the teams toolkit and when i want to switch my app on multi tenant (default mode is single tenant), it works until the next launch. After that in azure, my app is on single tenant again.
If you know how to my problem, it would be incredible
Nov 24 2022 10:52 PM
You can configure your application to accept sign-ins from any Azure Active Directory (Azure AD) tenant by converting it to multi-tenant. Users in any Azure AD tenant will be able to sign In to your application after consenting to use their account with your application.
Reference Document-
1.https://learn.microsoft.com/en-us/azure/active-directory/develop/howto-convert-app-to-be-multi-tenan...
2. Single and multi-tenant apps in Azure AD - Microsoft Entra | Microsoft Learn
Nov 25 2022 01:03 AM
Nov 25 2022 05:10 AM
Nov 25 2022 05:20 AM - edited Nov 25 2022 05:20 AM
@lvoouiilliot - Without removing the signInAudience, you can replace the value with AzureADMultipleOrgs and check it once.
"signInAudience": "AzureADMultipleOrgs"
Reference Document-https://learn.microsoft.com/en-us/azure/active-directory/develop/supported-accounts-validation
Nov 28 2022 04:30 AM
SolutionNov 28 2022 08:29 PM
@lvoouiilliot - Could you please share your valuable feedback via Microsoft Teams Developer Feedback link.
Nov 28 2022 04:30 AM
Solution