Forum Discussion
alexandrenedelec
Nov 11, 2020Brass Contributor
How to avoid errors in the authentication pop-up when using the mgt Teams Provider ?
I am building a Teams tab using the Microsoft Graph Toolkit with Teams Provider in a React.js application. The page corresponding to my tab is the following : import React from "react";
...
Nikitha-MSFT
Microsoft
alexandrenedelec - Could you please try adding the auth enpoint as shown
alexandrenedelec
Nov 17, 2020Brass Contributor
Nikitha-MSFT I am not sure to understand, where do I need to add the auth endpoint ?
I had a look at the sample but this is a NodeJs application but it does not seem to correspond to my use case which is to use the Microsoft Graph Toolkit Teams Provider without having exceptions.