Questions tagged [teams-toolkit]

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.

224 questions
1
vote
0 answers

Microsoft Teams intermittent issue responding to a task module task/fetch in Node.js, from a Teams meeting chat adaptive card submit

We have an intermittent issue responding to a Microsoft Teams task module task/fetch in Node.js, from a Teams meeting chat adaptive card submit. In other words: when a button press ('submit') is sent from an adaptive card to the Node.js server, from…
1
vote
1 answer

Redirect URI for MSAL authentication in (React app for MS Teams)

I'm developing a React app for MS Teams where I want to read data about users from Azure AD. To test the app I use Teams toolkit for VS Code which opens MS Teams in browser, where I'm already signed in via the account which is signed in the Team…
1
vote
0 answers

Not able to navigate to tab app in dev environment in Microsoft Teams

I am working on a Microsoft teams tab app. The app has 2 tabs. The app is installed in a team. For testing i have deployed it on Edge browser using the "Preview your Teams app" action in VS Code, using the Teams Toolkit extension. What i am trying…
1
vote
1 answer

Card Actions are no longer working for Users using a Teams Bot, because "This card action is disabled, because you've blocked ."

I have a teams Bot (https://github.com/OfficeDev/microsoft-teams-apps-icebreaker), that worked flawless for about 3 Years, but now all of the Users can't use the Card Actions any longer, because the Error message "This card action is disabled,…
bastie
  • 11
  • 1
1
vote
1 answer

How do I display an ampersand in the appName property of a Teams tab app?

I am developing a Teams tab app, and I am having some difficulty with the "appName" in the manifest. The name of the app is "Stop & Think", but when I generate the manifest using the TeamsFX Toolkit, it generates as "Stop & Think". I have tried…
Josh Brown
  • 23
  • 4
1
vote
1 answer

Add storage to notification bot

I followed this tutorial to create a Teams notification bot with Teams Toolkit: (https://learn.microsoft.com/en-us/microsoftteams/platform/sbs-gs-notificationbot?tabs=vscode&tutorial-step=3) To store the channels where the bot is installed in a…
Mario
  • 11
  • 1
1
vote
1 answer

Custom activity feed notifications sent from daemon(nodejs app), not getting the data assigned to subEntityId in teams mobile client

I'm using activityFeedNotification graph api to send push notification to the users of our teams tab app from backend using nodejs. The notification is sending successfully in both teams desktop and mobile client but we're not getting the data…
1
vote
2 answers

401 when calling Teams Bot deployed in Azure

I've created a Notification Bot in VS Code using the Teams Toolkit template (Teams Toolkit v4.1.2). The Bot runs fine locally and I'm able to trigger it by sending a HTTP Post request from Postman. It deploys fine to Azure, but when I call it from…
Mook5ter
  • 213
  • 4
  • 9
1
vote
0 answers

Is there any way to automatically unblock the MS Teams bot when we install it again?

The MS Teams bot gets blocked when we uninstall the bot. The bot does not unblock itself when we install it again. We have to manually unblock it, or else messages do not get sent to the bot. enter image description here I uninstalled the bot, and…
Lincy
  • 11
  • 1
1
vote
2 answers

Create and control call on behalf of user inside of Microsoft teams app/tab

I have been trying to find a solution inside of a Microsoft teams app/tab to make calls on behalve of users and actually be able to control the call. I already tried making a call as a bot to both users, but that still leaves the bot in the call and…
1
vote
2 answers

Update existing Teams App to Multi-tenant failing during provisioning using Teams Toolkit

We have a Teams App which is created using Teams Toolkit - SSO Enabled Tab option. This App is single tenant by default and we want to convert it to Multi Tenant. We are following the steps mentioned in…
1
vote
1 answer

Microsoft Teams Bot - Build tabs with Adaptive Cards does not allow me to specify a `contentBotId` in the UI

I am developing a Microsoft Teams bot app and currently i'm adding a new Static Tab developed with AdaptiveCards as documented here. I've followed the documentation and at some point it says that "Provide the contentBotId property with the botId…
1
vote
0 answers

Microsoft Bot Framework Teams Authentication (id_token)

I build a teams bot by C#, I just want get current user's id_token like this: { "aud": "9b7071c8-3ce9-4109-abfc-e20f6dc8565c", "iss": "https://login.microsoftonline.com/03d1e802-a5a6-4eb7-955b-d54457506f5c/v2.0", "iat": 1663465148, "nbf":…
1
vote
1 answer

Teams App not picking up env variables from .env.teamsfx.local while running locally, process.env is an empty object

Teams App not picking up env variables from .env.teamsfx.local (files generated automatically by toolkit) while running locally, process.env is an empty object. Below are the scripts from package.json: "start": "env-cmd --silent -f…
1
vote
2 answers

Adding a colored strip on the top of Adaptive card

I wanted to add colored strips to the top of an adaptive card that I am trying to make. It should be something like the yellow and blue strips on the cards made by the Azure DevOps extension. Click on this image to view Can anyone give any idea how…
1
2
3
14 15