Custom App
6 TopicsMS Teams App Personal Tab not loading websites
Hello, I created a new MS Teams App with a personal tab. The only thing this App should do is loading a Website. But the screen is always blank when starting the app. I use "https://www.google.de/" for example as content url and website url. In the web version of teams it shows the message, that Google blocked it, so I guess this has something to do with blocked iFrames? If so, most Websites wouldn't be able to load in an MS Teams App. What can I do to fix this problem for a simple Google Website for example? Any workarounds or tricks, how the Google Website is loading in a personal App? Best regards203Views0likes1CommentLogin Prompt when requesting 3rd public API
I have custom Tab app. I am able to get the Teams context. I've also implemented SSO, so all mgt components are working fine. I have a custom ASP.NET Core WebApi (v6). It does NOT require authentication. I've decorated the controller method with [AllowAnnonymous]. I've tested the endpoint in browsers and Postmost. All good. Back in my custom Teams Tab app, I make a request to aforementioned API endpoint. It looks like this: https://localhost:44332/Test As soon as I make the request, I get a popup to login.microsoft.com. Why? What am I missing? Thank you, Tolga1.3KViews0likes3CommentsCreating A Custom App for generating Transcript of Live meeting and send that transcript to my cloud
I want to create a custom app for generating Transcript from my live meeting and send that transcript to my desired location. I don't want to use predefined functionality of Microsoft teams. I am bit confused to create an app, how should I start.Solved1KViews0likes2CommentsMissing "Add" button in custom app
Hey, I created a custom MS Teams app and tried to install it to MS Teams. After installing and clicking it, there is no "Add" button like there usually is. The app policies are set correctly and it's not the first time we've done this. Any idea why this could happen? Is it a permission issue or something with the App package? Thank you 🙂  Solved12KViews2likes14CommentsCustom Teams app works in desktop app but not in browser app
I've created a simple app using App Studio. It's basically 1 tab that display organization website. I installed the app successfully, but when I access the app in Teams in the browsers, It loads the content URL which is fine. but internal routings were not working. When I access the same app thru Teams in the Desktop, it displays tab/site correctly with proper route navigation. Has anyone seen this or know of a way to fix the issue?1.8KViews1like2Comments