Authentication using Simple Provider #3211
jeswinjose
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My app already has microsoft graph integrated and want to use MGT toolkit along with it.
Auth is done using
"@azure/msal-browser
and@azure/msal-react
.Following is the code changes I madeOn app Initialization I am setting
Providers.globalProvider = MgtProvider;
On aquiring graphtoken I am setting
Providers.globalProvider.setState(ProviderState.SignedIn);
After this I am unbale to see
<PeoplePicker />
populating people or sending any graph requests .How do I debug this issue in the UX client? are there any other initialization steps required? Any help is highly appreciated
Thanks
Beta Was this translation helpful? Give feedback.
All reactions