Teams App Tab won't load in windows app
I build a a Teams App via Developer Portal, which allows me to add a Tab to a Channel. The TabConfiguration is running on a external webserver with SSO via Microsoft Azure enabled.
When i open Teams in the browser or the android app i can select the tab, it will automatically authenticate with the azure user which i used to log into teams and show me the content of the webapp.
When i open the windows app (tried on multiple windows computers), the tab does not show any content at all. When i open the developer console for the teams app i receive the following errors and it does not send a network request to the webserver.
Unrecognized feature: '{{(ctrl.frame'.
The Content-Security-Policy directive 'prefetch-src' is implemented behind a flag which is currently disabled.
0.2-angular-jquery.min-92954a0.js:114 2022-05-17T07:57:20.731Z ExtensionTabHelperService: getTeamInformation: It does not have proper teamChannelTuple for threadId = 19:meeting_ZjhiMzAwNXXXXXmM4LTkzMjMtZjEzODJiOWYxN2Y2@thread.v2
Can anyone help me with this?