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
0
votes
1 answer

"OnBehalfOfUserCredential" in teamsfx is not supported in browser

We are working on adding SSO for Tab App and following the below documentation: https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/authentication/tab-sso-graph-api?tabs=nodejs#configure-code-to-fetch-access-token-using-msal We…
0
votes
1 answer

Using Teams Toolkit with an existing AAD App Registration

In my organization, developers do not have authority to create Azure AD app registrations. However, the domain admins have created and provided a registration for me. Via the Teams app toolkit (via VS or VS Code), I cannot find a method for…
Debro012
  • 99
  • 5
0
votes
0 answers

Bot notification - App title cut off on IOS

When our bot sends a notification to a channel the app name on the notification gets cut off on IOS devices. The title on desktop, web and Andriod devices is 'Peer to Peer' but on IOS devices it gets cut off at 'Peer to.' There is no difference in…
koiram
  • 7
  • 2
0
votes
0 answers

What can you do with the teams-js startCall param source?

I have not been able to find a example of the startCallParam source in action and I can't figure out what it does and how it works. Does someone have a example for me? I cant seem to find what giving a source inside of the startCall function…
0
votes
0 answers

Msteams Meeting : How can I programmatically invoke/enable breakout room for participants using any teams SDK or graphAPI?

I've a teams app where I need to leverage the functionality of the breakout room provided by the teams. where we need a provide the feature for multiple participant to go into breakout room. here is the proper scenario of it. Scenario : Suppose…
0
votes
0 answers

How can I connect a MongoDB database to a Teams App

I am far for being an expert in web development or any app development in general but i have the basics. I want to develop a simple microsoft Teams app for my organisation in order to do HR management. I want to use MongoDB to store the data.…
F4L4X
  • 17
  • 5
0
votes
1 answer

Use SSO key inside iframe in Microsoft Teams tab app

I am working on a Microsoft Teams tab app using the VS code toolkit. I have a already working website and I embedded it inside an iframe. My site is able to authenticate the user by using a Microsoft SSO key. I managed to get the SSO key of the…
0
votes
1 answer

develop a teams app without a work/school account

Im trying to create a teams extension/app without using my school or working email since i would need to ask my administrator. I just want to do some testing without deploying the app. Thanks I tried to sign in to a basic account, school account but…
F4L4X
  • 17
  • 5
0
votes
1 answer

Teams Toolkit SPFX Application not rendering for accounts without Teams Admin or Global Admin

I created an SPFX application with the Teams Toolkit that utilises Microsoft Graph API to get data,after packaging and deploying the manifest folder to Teams Admin Center, it renders well with accounts that have Teams Admin and Global Admin access…
0
votes
0 answers

teams webhook - AdaptiveCard - Help to collapse a long custom teams message

Usecase - Send test results as a custom message to teams. Using test-results-reporter Issue - Lot of test scenarios, results in long message in teams. Need help/config to collapse the long message with "See more" option. "$schema":…
0
votes
0 answers

I have created a MS Teams bot. We are seeing the following messages when someone interact with our bot in personal chat

We are seeing the following messages when someone interact with our bot in personal chat. This started showing recently. If there is a way, we can remove the message showing up in the bot chat window? We have not yet changed anything so I am not…
Devesh Tiwari
  • 85
  • 1
  • 12
0
votes
1 answer

Cannot view mobile app for tab development

I am trying to create a layout for our teams channel tab app but when running the app locally and inspecting it as a mobile device, teams throws an error that the browser is not supported. Can anyone point me in the correct direction to develop my…
koiram
  • 7
  • 2
0
votes
1 answer

Custom Teams app not showing in mobile client

I have created a custom Teams app using Teams Toolkit for VS Code. I published the app to our company store and it is showing up and working in the Teams desktop and web client. But somehow it is not showing up in the mobile client on iOS. I even…
h_Ansi
  • 1
  • 1
0
votes
1 answer

Error after changing my Application ID URI to CDN endpoint

I'm trying to deploy my application built on the team toolkit scaffolding for multi-tenant. I created a CDN endpoint and updated my state JSON object to reflect the new front-end endpoint. After provisioning, deploying and making the account setting…
0
votes
0 answers

Sharing app content to stage - Insufficient RSC permission

sharing the content of our app hasn't worked for a week. Using the Teams WebApp we are getting the following errors in the developer console: CID[main] ShareExtensibleAppButtonContainer: Installed app is undefined or doesn't have…