Unable to pull custom bot into teams groupchat
Hi There. My organisation has created a custom chatbot. The bot was configured on personal channel and is available with no issues in direct conversations. Today we've attempted to enable both groupchat and teams scope. However it appears that when…
Microsoft Teams | Development
Local Network Access iFrame Restrictions Causing Development Problems
With the release of Chrome v143 and Edge v143, Local Network Access restrictions have been implemented. Due to this, our Teams app development has been halted as it now throws CORS errors in the dev environment. We have narrowed the problem down to part…
Microsoft Teams | Development
System Error When Send Video URL
I'm building a Copilot Studio bot integrated with Microsoft Teams. Everything works fine except when I try to send a video URL (MP4 or HLS .m3u8) as part of a bot response. Whenever the bot responds with a video URL, Microsoft Teams shows the following…
Microsoft Teams | Development
Issuer URL for MS Teams bot framework
I'm migrating our Kyma APIRule configuration from v1beta1 to v2, and v2 requires an explicit issuer URL that must exactly match the iss claim inside the access tokens issued by the Bot Framework. Could you please confirm the exact issuer URL (including…
Microsoft Teams | Development
How do I create a teams channel for an already made SharePoint site?
How do I create a Teams channel for an already existing SharePoint site?
Microsoft 365 and Office | SharePoint | Development
Microsoft Teams | Development
How to enable a multi-tenant one-on-one bot in Microsoft Teams if Azure Bot is single-tenant?
Hi, we are working on a Microsoft Teams integration where our main goal is to have a one-on-one chat bot feature for users. We followed the standard steps: created an app registration in Azure, set it to multi-tenant, and then created an Azure Bot, which…
Microsoft Teams | Development
Online meeting is not creating along with calendar event
Online meeting is not creating along with calendar event creation. The necessary Calendars.ReadWrite Application permission is given. Also isOnlineMeeting=true is being sent in the request body. This was working fine before and suddenly started behaving…
Microsoft Teams | Development
What are the service-level or API-level limits that can affect real-time message processing in large channels?
which Microsoft Teams platform limits might impact real-time message processing or event handling within large channels. Specifically, I want to know how Teams handles high-volume activity when using message extensions, bots, and subscription-based Graph…
Microsoft Teams | Development
CloudAdapter in-turn replies 401 Unauthorized
Hello, We are migrating an MS Teams application which is written in Node.js/Express from Azure sdk to microsoft s365 agent. After migrating index.js file to use the new auth changes mentioned in migration article for azure we are getting 401 Unauthorized…
Microsoft Teams | Development
An unknown error has occurred
estou tentando colocar um convidado na equipe e ocorre este erro { "error": { "code": "Forbidden", "message": "An unknown error has occurred.", "innerError": { …
Microsoft Teams | Development
I have done all the configuration as mentioned in document in my Teams bot but still my bot is not able to join schedule meeting.
I have done all the configuration as mentioned in document in my Teams bot but still my bot is not able to join schedule meeting. My bot is able to read the calendar and event (meeting) correctly. Bot is also able to try to connect schedule call but…
Microsoft Teams | Development
How to handle SSO in Teams with the new Agents SDK Release?
I am building a conversational chatbot for microsoft teams using the new Agents SDK in python, I built a different bot using the 0.3.2 release of the framework in the past where I would handle user consent and SSO in my messaging endpoint like so: …
Microsoft Teams | Development
How's the url for apps in MyApps Portal configured for custom Teams apps?
Hi, I work for a company that develop custom Microsoft Teams apps. Recently, one of our end user is complaining that they cannot access our app from MyApps page. I want to report our issues but I'm not sure exactly where to raise it. Here are our…
Microsoft Teams | Development
Create virtualEventWebinar 400 Bad Request
Sending a POST request to https://graph.microsoft.com/v1.0/solutions/virtualEvents/webinars with the exact body listed in the docs (except amending the times) yields a 400 bad request response with no other message or detail. Request body: { …
Microsoft Teams | Development
Is there a way to overcome the message size limitation when sending large JSON payloads from a Teams bot?
Hi On a Teams bot that needs to send structured data back to the user as an Adaptive Card. Some requests require returning a fairly large JSON payload, but Teams rejects the response with a “payload too large” error. I know Teams has strict limits on…
Microsoft Teams | Development
Microsoft Teams setup policies so that a custom app and a set of pinned apps are deployed consistently for all users
I’m trying to understand the correct way to configure Microsoft Teams setup policies so that a custom app and a set of pinned apps are deployed consistently for all users. Even though I’ve assigned a global policy and verified that users have the right…
Microsoft Teams | Development
Outlook Event PATCH API is not returning meeting URL in response even if "isOnlineMeeting" is set as true in the request
We are using Microsoft Graph Event API to create/update events in user's calendar. The event is creating successfully as expected in calendar through API call. But is not updating as expected. We are using event PATCH API for updating the event. We want…
Microsoft Teams | Development
Teams and Azure Boards integration does not work: "Sorry, you have no associated Azure DevOps organizations."
This used to work fine but stopped working a few weeks back. In Microsoft Teams we have the Azure Boards integration which allows us to view the Azure Devops WorkItem Details (or card) inside our Teams conversations. Since the issue started when we try…
Microsoft Teams | Development
How to add Bot id to azure for channel configuration in contact center
I have created a custom app in Microsoft teams using developer portal when i did app validations "AzureAppId:'<PII removed>' should be registered as multi-Tenant'". i don't know how to add this bot id from contact center to azure Can…
Microsoft Teams | Development
How can I disable certain message components (like emojis and Loop components) in my Teams bot, while still allowing attachments?
I have a Teams bot that’s published using an app manifest. I want to restrict what users can send to the bot—for example, disable emojis, reactions, or Loop components—but still allow file attachments. Is there any way to configure this behavior through…