Forum Discussion
testuser7
Mar 29, 2021Brass Contributor
graph explorer for GCC High Government
Hello
We have this wonderful app called "graph explorer" at https://developer.microsoft.com/en-us/graph/graph-explorer#
Can this app be used to sign into any GCC High account so that we can fire queries like https://graph.microsoft.us/v1.0/me/
Thanks.
- damyanohCopper ContributorHey,
- click on Sign in
- popup window appear, copy the URL from it, its like "https://login.microsoftonline.com/common/oauth2/v2.0/authorize?response_type=id_token&scope=openid%20profile%20User.Readxxxxxxxx"
- open new tab on same browser, paste address, change it to login.microsoftonline.US and login
- don't forget to use https://graph.microsoft.us as endpoint
Cheers,