9,700 questions
0
votes
0
answers
54
views
Response not received at Bot service
In my application, I am using Azure Bot Service with MS Teams.
When I send a message from Azure Bot Service Web Chat, I am getting a message from the bot, but when I reply with a response, the bot ...
-1
votes
1
answer
62
views
Adaptive Card reorders numbered list automatically while text order remains unchanged
I am facing an issue with numbering inside an Adaptive Card.
Scenario
I have a description field in an Adaptive Card where I include multiple points with manual numbering (e.g., 1, 2, 3…). The content ...
3
votes
1
answer
110
views
Teams OAuthPrompt Inconsistent Behavior – Sometimes Works Without Magic Code, Sometimes Returns CancelledByUser and Requires Manual Code
I am facing inconsistent behavior with OAuth login in my Microsoft Teams bot (Python, OAuthPrompt).
Working Case
User clicks Sign In.
User enters email and password.
Login completes successfully.
...
0
votes
0
answers
57
views
Teams Bot-initiated Graph call doesn’t create a shared chat for participants
When a bot initiates a Microsoft Teams call using the Graph /communications/calls API, all participants join the same call, but Teams does not create a shared chat thread for them. Instead, each ...
0
votes
0
answers
44
views
Azure Bot Framework: App Registration permissions needed to post messages back to Teams conversations
I'm building a Microsoft Teams bot using n8n that receives messages via webhook and responds back to the conversation. The bot successfully receives incoming messages and obtains an access token from ...
0
votes
0
answers
72
views
Using Bot Framework “Seen” Feature with RSC Permissions — Installation Restrictions Issue
We’re trying to implement the “seen” feature in our Microsoft Teams bot built using the Bot Framework. Our use case is to send proactive messages to users and track whether they have seen those ...
0
votes
0
answers
118
views
`Unauthorized` - setting up MS Teams app, app service can't connect with bot service
I'm trying to set up a Microsoft Teams app with Python. This app has an AI with internal knowledge answering in chat. For now I'm learning how these systems all work, so I wrote a small app that ...
1
vote
0
answers
66
views
Intermittent Image Loading Issues in Adaptive Cards on Teams Desktop App
Description:
I have a bot that sends Adaptive Cards to Microsoft Teams users. The cards include Image elements, with the url property pointing to images stored in Azure Blob Storage (using publicly ...
0
votes
1
answer
330
views
Error updating existing Teams app: new manifest file won’t import
I already have a Microsoft Teams app uploaded with a working manifest. Now I’m trying to update the app (just changing the version number and replacing the icons).
My Manifest is similar to
{
"$...
0
votes
0
answers
192
views
Microsoft Teams Bot (Microsoft 365 Agent SDK) SSO does not show login popup after sign-out, always re-authenticates same account
I am building a Microsoft Teams bot using the Microsoft 365 Agent SDK (not the old Bot Framework SDK).
The bot uses Teams SSO:
When a user installs the bot in Teams, they see a sign-in card, ...
0
votes
0
answers
105
views
Bot Framework fails to obtain token with User Assigned Managed Identity from AKS pod
I'm deploying a bot backend in an AKS pod using a User Assigned Managed Identity (UAMI). The bot backend can access Azure services like KeyVault and AppConfiguration using this UAMI without issues. ...
0
votes
0
answers
204
views
Unable to Test Multi-Tenant Azure Bot – Unauthorized Error
I am trying to create a multi-tenant Azure Bot. Since the old “multi-tenant” option for bots is no longer available, I instead created an App Registration with account type “Accounts in any ...
0
votes
1
answer
157
views
Unable to add Notifications Bot to multiple channels of the same Team
I've spend a week trying to figure out how to do this to no avail.
I've seen a lot of potential solutions online which might have worked in the past but no longer do with the latest version of @...
0
votes
0
answers
40
views
Microsoft Teams App with Calling Support DOES NOT show the "Call" button on mobile clients (iOS and Android), works with desktop client
A calling bot that works when called from Teams Desktop and Web - A dial/phone icon shows when a chat is open with the bot. Bot is built with Microsoft Bot Framework. App has Admin consent and is ...
0
votes
0
answers
122
views
Bot Framework - using TeamsSSOTokenExchangeMiddleware prevents OnTeamsSigninVerifyStateAsync from being called
I have an MS teams bot made with the C# bot framework SDK. The implementation is similar to this code sample.
My goal is to use SSO and fetch the token silently using the OAuthPrompt.
However, I ...