I'm updating some we apps to use the Graph Tool Kit (React). I’m using this article https://learn.microsoft.com/en-us/graph/toolkit/get-started/use-toolkit-with-react - I can't find documentation on where/how to plug-in the domainHint property (as we typically can with MSAL). Any chance someone already used it and can point me to it?
Asked
Active
Viewed 57 times
0
-
Please search for `domainHint` in github or open issue in their github repositories. Generally it would be nice if you post code – nurgasemetey Feb 23 '21 at 15:53
-
I assume you want to use `domainHint` while signing in with the `MsalProvider`? If so, we don't support that right now, but happy to add it to the provider as part of the config object. Do you mind opening an issue here: https://github.com/microsoftgraph/microsoft-graph-toolkit/issues – Nikola Metulev Feb 23 '21 at 16:58
-
That's correct, I'm using MsalProvier. It doesn't seem to have the extraQueryParameters property used to set the domain hint in MSAL. It has an "options" property to set other stuff like cache but that on is not accepting extraQueryParameters. – Feb 24 '21 at 21:31
-
+ opening issue in GitHub. Thanks Nikola. – Feb 24 '21 at 21:34