The Teams Toolkit is a collection of solutions and tools for Microsoft Teams developers to ease their development work. Teams Toolkit includes IDE extensions for Visual Studio Code and Visual Studio named 'Microsoft Teams Toolkit', code libraries like Teams Framework 'teamsfx' and Teams Client library 'teams-js', and a command line tool 'teamsfx' for terminal users.
Questions tagged [teams-toolkit]
224 questions
4
votes
2 answers
Isomorphic-fetch not found on Azure Deployment for MS Teams Bot using graph API
We are creating an application on Microsoft Bot Framework for Microsoft Teams. This app uses isomorphic fetch to make graph API calls for handling user call-related API. After importing the isomorphic fetch in the app in the required file callApi.ts…

IAM5K
- 257
- 3
- 10
4
votes
1 answer
Adding custom domain to tabs and make it work as multi-tenant
Objective: Make the Tab multi-tenant.
Scenario: There is a bot and we added a static tab as a feature. Add a feature was available in the Teams toolkit version 4.x.x. The tab is working fine after deploying to the organization.
As the next step in…

IAM5K
- 257
- 3
- 10
3
votes
0 answers
Initializing Video call from bot with ability to share screen in Bot Framework using Graph Api
Background
I am developing a bot that will have the ability to initiate a call between 2 people. In the current ability of the app, it is able to initiate calls between User A and User B. When the call initialization is done the bot joins the call…

IAM5K
- 257
- 3
- 10
3
votes
1 answer
App doesn't sideload when debugging with Teams Toolkit
I'm trying to debug one of the tutorial apps with MS Teams Toolkit for VS Code on a Mac.
When I press F5, it opens a new Chrome window and loads Teams, this message appears:
App not found, Please verify the app and it's access permissions.
For more…

Kacper Zylka
- 31
- 4
2
votes
1 answer
teams toolkit app notification bot welcome message
I am using teams toolkit version 4 and I created an app with two tabs. One is a notification bot configured with restify and other one is tab. The notification bot did install with adaptive cards as I wanted adaptive cards only. This is not a…

catBuddy
- 367
- 1
- 3
- 15
2
votes
1 answer
Adaptive card not visible in preview mode in a Channel
We started seeing a weird issue these days. The adaptive card is not visible in Preview mode in Channel but in chat its visible. I tested a lowest Adaptive card with just one text, and I see the same behavior.
In Chats
In Channel:
Its…

user25879
- 129
- 7
2
votes
1 answer
App resource defined in manifest and iframe origin do not match
I've created an ms teams app, that works fine if i launch it locally, however when i install the appackage in my team and launch the app, it shows me the following error in the console:
App resource defined in manifest and iframe origin do not…

KristapsD
- 21
- 1
- 5
2
votes
2 answers
How to clear the credentials used by TeamsFx SSO?
i've got multiple microsoft accounts linked to multiple tenants. I've registered my first teams app (using the Office Toolkit functionality "Configure for SSO...") on the wrong tenant.
Is there some way to remove the stored credentials? I even tried…

CODEtroyer
- 21
- 1
1
vote
0 answers
Is it possible to trigger a popup/dialog through Microsoft Teams Meeting Extension App?
I want to get a dialog/popup window up during a teams meeting through my app in a meeting when something is triggered by the meeting organizer. I have found options called "meetingSidePanel", "meetingStage" that can be used in the manifest which…

HashTable
- 29
- 4
1
vote
1 answer
Open pinned tab from a Teams App while joining a Meeting
I have a Teams App which supports Meeting. In a Online meeting, you can select my Teams App and pin a result as a tab.
Using graph api, I am getting the join web url. but I want to extend the Join web url with Deeplink of Pinned tab. So when user…

user25879
- 129
- 7
1
vote
0 answers
M365 app can't get access token when switching tabs
I have a Teams App which isn't working in M365 web app (office.com / apps). The app has 2 tabs, with the same code as below except one is TabA the other TabB. In Teams web app if I switch between TabA & TabB I get an access token. In M365 when I…

Ian
- 161
- 6
1
vote
1 answer
Use teamsfx to call dynamics global discovery service
I am trying to use teams to call the dynamics global discovery API on my react tab teams app.
I can get it working on postman following the guide here:…

Dandydon
- 103
- 2
- 11
1
vote
1 answer
Unable to set org-wide perms for Teams Bot in Teams Admin
I have a teams notification bot that I am trying to upload to teams admin portal. The apppackage uploads just fine but when going to the permissions tab, there is no button under "Org-wide permissions" to add the org-wide perms.
Teams admin missing…

tpdotnet
- 11
- 2
1
vote
0 answers
Teams Tab app SSO error message resourceDisabled
I am working on a Teams tab application where I would like to use the built in SSO to get the user's email, name and token. I used the VS Code Teams toolkit to generate an application with SSO. I rewrote the app and just copied the part with the…

Matteo Robert
- 165
- 6
1
vote
1 answer
Adding TeamsFX.Provider in NextJS application causes error "Module not found: Can't resolve 'cldr'"
I'm trying to add TeamsFX to my nextjs application, so I can use the built in teams authentication.
After adding TeamsFX packages ("@microsoft/teamsfx","@microsoft/teamsfx-react") and using the TeamsFXContext.Provider. I get the following error…

Matthew Roberts
- 11
- 1