Forum Discussion
MSTechcommunityasit
Jul 22, 2022Copper Contributor
SharePoint SSO for Teams Tab app
I am developing Teams Tab app that has function to redirect SharePoint site. currently manifest webApplicationInfo is set as below "webApplicationInfo": {
"id": "25a08858-151f-477d-8fff-...
Prasad_Das-MSFT
Microsoft
MSTechcommunityasit - Is there any console error you are getting?
MSTechcommunityasit
Jul 25, 2022Copper Contributor
yes.
teamslogon.aspx?spfx=true&dest=/sites/SevenfIVE:211
App resource defined in manifest and iframe origin do not match
failureCallback @ teamslogon.aspx?spfx=true&dest=/sites/SevenfIVE:211
- Prasad_Das-MSFTJul 25, 2022Microsoft
MSTechcommunityasit - If the domain in
webApplicationInfo
is not same with your tab app's domain, Teams will return this type of error to you.- MSTechcommunityasitJul 25, 2022Copper ContributorIn my case, It is same. here I added as [abc.com] to avoid the real name
- Prasad_Das-MSFTJul 26, 2022Microsoft
MSTechcommunityasit - Please refer this thread that deals with similar issue and explains how to enable Azure CDN for your static website. Please let us know if that helps.