Support Microsoft Graph national cloud endpoints (GCC High) #263
ronanflannery
started this conversation in
Ideas
Replies: 1 comment
-
|
You can open a pr with this change and I'll have a look at it. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, thanks for maintaining WinTuner.
I’m testing WinTuner in a Microsoft GCC High tenant. I found that the current Graph/MSAL flow assumes the global cloud endpoints (
login.microsoftonline.comandgraph.microsoft.com), which prevents use against GCC High (login.microsoftonline.us,graph.microsoft.us) and other soverign clouds.Would you be open to adding optional Microsoft Graph national cloud endpoint support?
Suggested behavior:
-Environmentparameter toConnect-WtWinTuner.I have a working branch here:
https://github.com/ronanflannery/WinTuner/tree/feature/national-cloud-graph-support
Tested locally:
dotnet test .\tests\WingetIntune.Tests\WingetIntune.Tests.csproj-> 95 passedKnown limitation:
Deploy-WtMsStoreAppstill depends on the hosted WinTuner proxy for Microsoft Store metadata, so Store app deployment likely needs separate discussion/work. I did not dig into the purpose of this Proxy.Also please note I am not a C# developer so this work was heavily AI assisted with Codex / Claude. However I have worked with Intune / M365 as administrator for many years now.
Beta Was this translation helpful? Give feedback.
All reactions