Forum Discussion
dhaeseleermatthias
Mar 04, 2020Copper Contributor
Microsoft Teams: webpage Authentication inside tab
Hi, I'm developing a webapp that's inside a tab in microsoft teams. The webapp uses the GRAPH API and SharePoint API to retrieve data from sharepoint and data from graph. I need to use both api'...
Wajeed-MSFT
Microsoft
Mar 04, 2020dhaeseleermatthias - If you are using two different services then you need to get two tokens. You could take a look at Graph APIs for SharePoint sites and see if you could use Graph for both.
dhaeseleermatthias
Mar 04, 2020Copper Contributor
Wajeed-MSFT Okay, thanks!