Questions tagged [microsoft-graph-toolkit]

Questions relating to the Microsoft Graph Toolkit

Find out more about the Microsoft Graph Toolkit in the documentation or at the GitHub project page.

112 questions
0
votes
1 answer

How do I have a button nested in the mgt-person-card template?

I have been implementing the MGT toolkit within my React + Typescript. It has all worked well, but I've tried to add a button within the template in the card. But the onClick doesn't seem to be working, I'm assuming this is something to do with the…
RobPethi
  • 551
  • 9
  • 27
0
votes
2 answers

How to use Microsoft Graph Toolkit with application permissions (client credentials)

I would like to use Microsoft Graph Toolkit with application permissions instead of delegated permissions. How can I do that ?
TechWatching
  • 1,363
  • 1
  • 11
  • 23
0
votes
1 answer

Multiple Web Parts with Sharepoint Provider in the same page error

Describe If I add 2 or more web parts with mgt on the same page, the first web part is loaded correctly but the second and so on get an error: "Failed to execute 'define' on 'CustomElementRegistry': the name "mgt-person" has already been used with…
0
votes
1 answer

Angular/JS approach to addEventListener for "loginCompleted"?

I am trying to tailor a series of events based on what happens when the mgt-login component throws the "loginCompleted" event. So far I have not been able to implement an eventListener which will hear the "loginCompleted" event. I have tried the…
Adam Raetz
  • 61
  • 5
0
votes
1 answer

Where does one find their own MSAL client-id

I want to try the example JSFiddle with my own client credentials, but I don't know where to find my own client id to fill in the parameter for
0
votes
1 answer

Using mgt-loader to load the profile information

Even after authentication I am unable to see my profile getting loaded. It still shows sign in even after authentication. I am using link http://localhost:5500/ and same is used in Redirect url. After authentication I see only below screen. Could…
Rahul Barua
  • 101
  • 1
-1
votes
1 answer

Complete NPM example

In documentation under the "Use via NPM (es6 modules)" section you show some snippets on how to use the library via script tags. Does that require any bundlers like webpack? Could you provide a full example (via zip file, jsfiddle or…
Eugene Kulabuhov
  • 2,349
  • 1
  • 26
  • 25
1 2 3 4 5 6 7
8