Forum Discussion
robby_o365
Jul 11, 2019Copper Contributor
How to add SharePoint Pages in a static tab with authentication?
Hello, I have a huge problem. My client is using Teams as their central communication tool. There are no SharePoint structures. But integrate some public information like training, news etc. we w...
chengjie
Mar 05, 2021Copper Contributor
Thanks! It works!
I just leave the "webApplicationInfo" as is in my App Manifest file, and SSO will work silently when user open an SharePoint Page in a tab.
// manifest.json
{
...
"webApplicationInfo": {
"resource": "https://{teamSiteDomain}",
"id": "00000003-0000-0ff1-ce00-000000000000"
}
}
I just leave the "webApplicationInfo" as is in my App Manifest file, and SSO will work silently when user open an SharePoint Page in a tab.
// manifest.json
{
...
"webApplicationInfo": {
"resource": "https://{teamSiteDomain}",
"id": "00000003-0000-0ff1-ce00-000000000000"
}
}
Mar 05, 2021
Great to hear that, and thanks for letting me know!