Forum Discussion
rodrigolicata
May 10, 2022Copper Contributor
Cannot retrieve Teams token from Side Panel
Hi, I'm trying to get the Teams Token in the in-meeting side-panel. Currently, I can get the Teams token in static tabs, but when I add the App in a meeting and I try to get the Teams Token I have th...
rodrigolicata
May 23, 2022Copper Contributor
Sayali-MSFT Thanks for the thread, I read it, but I didn't find a solution yet. The problem is that I can retrieve the Teams token from any static tab. But, the problem is only with the configurable tab and in localhost (in other environments works as expected), because in the configurable tab I cannot retrieve the Teams token because I have the mentioned error.
Sayali-MSFT
Microsoft
Jun 03, 2022You can try out this Sample Code-Trinetra-MSFT/teams-tab-SSO-CSharp (github.com)
- rodrigolicataJun 17, 2022Copper ContributorNow it works, the key was set the port in the manifest, in the audience of the token, and in Azure App URI to have the host with the port and now it works as expected. You can close this thread, thanks for all!
- rodrigolicataJun 09, 2022Copper ContributorThank you! I'll check with my current project if there are any difference in the configuration. Otherwise, I guess that I'll clone the project and configure it.