Forum Discussion
Difference between teams app tab and website tab inside team channel
For a Teams app you would need to also list all the possible domains that would be accessed in the valid url section. For SharePoint pages I use the following
StevenC365
Hi,
Yes I also have that but still doesn't work. I think valid domains are automatically added by app studio when a url is entered in the personal tab section:
Thanks
- Mamatha-MSFTMay 19, 2021Former Employee
Hi cmbalderrama, You can add websites in teams channel as a tab using "website" app without authentication in teams. But when you add website in a personal tab you need to add authentication for that website. Please go through this documentation to add authentication.
- cmbalderramaMay 19, 2021Copper ContributorHi, umn I don't understand, I need to add authentication even if it is a public website like google? and I'm only using personal tabs not bots.
Is there a way to do this trough the app studio? because why would they allow to create a personal tab there indicating the url if it can't be displayed.
Thanks- Mamatha-MSFTMay 20, 2021Former Employee
Hi cmbalderrama - Tabs in teams display a web content which are IFramable. But Google will send an "X-Frame-Options: SAMEORIGIN" response header.
To open Google as a tab in teams use content url as shown below.https://www.google.com/webhp?igu=1Let me know if the issue resolved.