Questions tagged [microsoft-graph-teams]

Microsoft Graph Teams are the APIs provided by Microsoft Graph specifically for Microsoft Teams integration. It is recommended to always use this tag alongside the [microsoft-graph] tag when discussing these functionalities.

Utilizing the Teams web app within my customized electron application

I've been developing an electron app and am trying to integrate the MS Teams web app into it. I've successfully displayed MS Word, MS Powerpoint, and other apps using window.loadURL(''), but I'm experiencing issues with MS Teams. Despite disabling nodeInte ...

Issues with obtaining the SSO authentication token from Microsoft Teams

Seeking assistance with obtaining the access token from Microsoft Teams. It works flawlessly in Postman with the same data, but when attempting to make a POST request in a React app, it fails. Below is the code snippet: useEffect(() => { debugger ...