Sébastien Levert

Results 242 comments of Sébastien Levert

Absolutely @ebclark2! Are you passing the token from the backend service to the client or you are handling the Graph calls from the backend? When reading a little bit more...

This is definitely a valid scenario! When the backend service is working, is it working like it should? We'll be looking at catching this error but I want to make...

We are looking into this issue but don't have a solution for now. Adding @Mnickii that has been looking into it in the past.

Hello @SubbaReddi, I just transferred this issue from the Docs repo to the MGT repo! Can you elaborate and describe how you are using the component? It should allow you...

We support TypeScript (and we are in fact building in TypeScript). Which version of TypeScript are you targeting?

We'll validate the sample within the repo. They might be a bit outdated. Can you test if this works for you : https://github.com/sebastienlevert/mgt-sandbox/tree/main/10-mgt-react

Is there any clue on what is happening on MGT? Are you performing Graph calls using the `mgt.Providers.globalProvider.client` before the client gets authenticated?

Yes, the provider manages this, but you could still call Graph before you get logged in by using the client available as part of the Provider. I see you are...

You might be able to skip this as you already have an authenticated Graph client provided by MGT. I feel the reference competes with the one bundled in MGT and...

Did this happen after 60 minutes of the initial login? It might be an issue with the refresh token then... We have an issue open, referencing just in case #844