We tried to deep link a Microsoft Teams static Tab from a card which is sent by a bot.
The link to the tab works but then the Tab only shows the default page which is defined in the App manifest file. The webURL parameter has no effect.
This is the link:
https://teams.microsoft.com/l/entity/"appid"/"tabid"?webUrl=https%3a%2f%2fexample.com&label=Bliblablubb&context=%7b%22subEntityId%22%3a%22test%22%7d
I would expect that the Tab shows the website example.com. This is not the case here.
Of course we listed our domain in the "validDomains" section in the manifest.json
Has anyone an idea?