Forum Discussion
cmbalderrama
May 17, 2021Copper Contributor
Difference between teams app tab and website tab inside team channel
When I try to create an app in app studio and put a webpage URL in a personal tab, It won't load, doesn't show anything (I read that is because most of the pages won't allow to be embed in an iframe)...
StevenC365
May 19, 2021MVP
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
"validDomains": [
"<yourdomain>.sharepoint.com",
"msft.spoppe.com",
"resourceseng.blob.core.windows.net",
"spoppe-a.akamaihd.net",
"spoprod-a.akamaihd.net",
"*.sharepoint-df.com",
"*.sharepoint.com",
"*.login.microsoftonline.com"
],
cmbalderrama
May 19, 2021Copper Contributor
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:
"validDomains": [
"weather.com",
"http://www.google.com.mx"
]
}
Am I missing something else?
Thanks
Thanks