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 - Could you please confirm if you have added SharePoint site in your valid domains list?
MSTechcommunityasit
Jul 25, 2022Copper Contributor
in manifest file, i configured valid domain as below .it needs work any SharePoint domain
"validDomains": [
"{teamSiteDomain}",
"abc.com",
"*.login.microsoftonline.com",
"*.sharepoint.com",
"resourceseng.blob.core.windows.net"
],
"validDomains": [
"{teamSiteDomain}",
"abc.com",
"*.login.microsoftonline.com",
"*.sharepoint.com",
"resourceseng.blob.core.windows.net"
],
- Prasad_Das-MSFTJul 25, 2022Microsoft
MSTechcommunityasit - Is there any console error you are getting?
- MSTechcommunityasitJul 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.