Forum Discussion
ituser1n03v
Jan 24, 2023Copper Contributor
Teams toolkit creates 2 app in azure portal on clicking f5
Why Teams toolkit creates 2 apps in the azure portal on clicking f5 for the first time, why different id is used for local and development mode?
John_Miller
Microsoft
Jan 31, 2023
The toolkit is following the best practices recommended by Bot Framework: Bot Framework SDK authentication basics - Bot Service | Microsoft Learn
- Keep the Azure AD app registration restricted to its original purpose of service to service application.
- Create an additional Azure AD app for any user to service authentication, for more finite control over disabling authentication connections, rolling secrets, or reusing the Azure AD app with other applications.
For future issues, the best place to get support for Teams Toolkit is to file an issue at https://github.com/OfficeDev/teamsfx