mgt.TeamsProvider.handleAuth(); only returns 'no clientId provided'

Clint Duran 1 Reputation point
2021-03-18T16:22:15.85+00:00

So, I'm currently making a teams app using react and I can't authenticate ms graph on it using this tutorial https://learn.microsoft.com/en-us/graph/toolkit/providers/teams?tabs=ts , after the popup, it will just return no clientId provided

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,716 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,886 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rama-MSFT 176 Reputation points
    2021-04-02T09:20:33.687+00:00

    Make sure that you specified the clientid; Your-Client-id for the application.

    0 comments No comments