microsoft-teams

Microsoft Flow SharePoint to Teams HTTP 413

霸气de小男生 提交于 2020-01-04 04:23:05
问题 I have a Microsoft Flow which pulls a SharePoint List item and it's attachments, creates a message, then sends that message to Teams through a Webhook connector. In order to send the attachments, I am required to send the Base64 representation. I believe this is making the message too large, as I am receiving HTTP 413 response. The message I am sending is correct (I tested it in the Actionable Message playground), but it's the connection (HTTP POST to Teams) which is failing. Please help me

Microsoft Teams - downloading a file from within a tab

妖精的绣舞 提交于 2020-01-03 08:37:07
问题 I've created a configurable tab app and have side-loaded it into Teams. On the content page, I want to allow the user to download a file. Simply linking to the file doesn't work. When the user clicks the link, the content iframe redirects and goes blank. I've tested this in the web app version of Teams at teams.microsoft.com and it works fine. The file gets downloaded as you would expect. If it makes any difference, the content page is hosted in SharePoint on a modern page using SPFx. 来源:

Not able to use identity platform within iFrame/MS Teams custom tab

孤街浪徒 提交于 2020-01-03 01:52:30
问题 I am trying to use identity platform to authenticate users into my custom app that is to be used from within MS Teams. I am aware that Teams uses iFrame to load the custom apps. So I followed the method mentioned in the FAQs - Q5. I used redirectUri property in the MSALConfig. I am using the index file provided by MS for testing purposes by calling it inside an iFrame tag. In both cases of acquireTokenSilent and acquireTokenPopup, it gets stuck at the popup window loading the redirect page.

Not able to use identity platform within iFrame/MS Teams custom tab

℡╲_俬逩灬. 提交于 2020-01-03 01:52:12
问题 I am trying to use identity platform to authenticate users into my custom app that is to be used from within MS Teams. I am aware that Teams uses iFrame to load the custom apps. So I followed the method mentioned in the FAQs - Q5. I used redirectUri property in the MSALConfig. I am using the index file provided by MS for testing purposes by calling it inside an iFrame tag. In both cases of acquireTokenSilent and acquireTokenPopup, it gets stuck at the popup window loading the redirect page.

How do you add tabs to a Microsoft Teams Bot?

╄→гoц情女王★ 提交于 2020-01-02 07:22:06
问题 While there is a lot of documentation on how to add a tab to a Team, I can't seem to find any docs on how to create and drive the user to tab content like the ones demonstrated in T-Bot. Can someone point me to any docs on how to add tabs to a bot? This is what I am talking about: 回答1: This capability is not yet available for developers. 回答2: Please check Create a static tab in Microsoft Teams documentation section to know more about personal tabs. 来源: https://stackoverflow.com/questions

botframework on teams channel 1:1 Authentication AAD integrated

会有一股神秘感。 提交于 2019-12-30 08:32:44
问题 I'm looking to connect my bot on teams channel but i didn't know the way to secure this for use only in our domains (organization). I have test to look (authentication AAD) for the Azure Web App but it's doesn't work on teams or on webchat because the endpoint adresse it's not redirected. I have test to implement AUTH card but it doesn't work on teams. Note : I'm using botframework C# api BotBuilder 3.15.2.2 I have look other "ask" like : AAD authentication in Microsoft teams for Bot

How can my Teams bot start a new 1:1 chat with a known user

此生再无相见时 提交于 2019-12-29 09:19:14
问题 I'm working on a Teams bot that needs the ability to start a new 1:1 conversation with a known user (i.e., we know the Teams user ID). I've looked at the "complete-csharp" OfficeDev samples on GitHub (https://github.com/OfficeDev/microsoft-teams-sample-complete-csharp) as well as the Teams-related parts of the Graph API but I don't see any affordance for starting a new conversation. Our goal is to have our bot ping a known user on a schedule by inviting them into a 1:1 chat and requesting

Adding a Tab to a Team Channel through Flow

隐身守侯 提交于 2019-12-25 02:44:27
问题 I'm trying to use Flow to add a SharePoint List Tab to a Channel in a Team. But while I can add a Tab, the Tab is always blank. I've tried both Microsoft Graph Explorer and Flow but I can't seem to configure the tab to show my SharePoint List. Or any other app for that measure. The tab is always blank. I've followed the POST from the API POST https://graph.microsoft.com/v1.0/teams/{id}/channels/{id}/tabs Body: NOTE: 2a527703-1f6f-4559-a332-d8a7d288cd88 is the TeamsAppsId for Sharepoint and

Communication between Teams and Web Chat via Bot

情到浓时终转凉″ 提交于 2019-12-24 23:05:28
问题 With https://portal.azure.com I managed to create a QnA Bot . I also managed to send a message from the Bot Framework Emulator to MS Teams and the Test Web Chat of the bot. (Though it is very static and manually done as of now) I get my Token from https://login.microsoftonline.com/botframework.com/oauth2/v2.0/token . With that Token I can send a message to https://smba.trafficmanager.net/emea/v3/conversations/ConversationID/activities (which is Teams ) and I can send a message to https:/

Microsoft Bot Framework bot not working in Microsoft Teams when using ngrok

和自甴很熟 提交于 2019-12-24 12:22:15
问题 My Bot is working in the Emulator and through other channels but it's not working on Microsoft Teams. I able to see other channels requests and responses statuss in ngrok. But when using Microsoft Teams, request are not even hitting my server URL (ngrok). App ID : dfc6ac0d-e805-4a40-9fd3-7c4678b7ae88 (It's not duplicate of Unable to use bot from Teams) 回答1: Hello: I was able to access the Bot and get a response (character count of my message.) Perhaps you didn't enable sideloading of bots in