diff --git a/src/Authentication.Abstractions/AzureEnvironmentConstants.cs b/src/Authentication.Abstractions/AzureEnvironmentConstants.cs index 40d24e99a3..dbad1ed5f2 100644 --- a/src/Authentication.Abstractions/AzureEnvironmentConstants.cs +++ b/src/Authentication.Abstractions/AzureEnvironmentConstants.cs @@ -103,7 +103,7 @@ public static class AzureEnvironmentConstants /// public const string AzureGraphEndpoint = "https://graph.windows.net/"; public const string ChinaGraphEndpoint = "https://graph.chinacloudapi.cn/"; - public const string USGovernmentGraphEndpoint = "https://graph.windows.net/"; + public const string USGovernmentGraphEndpoint = "https://graph.microsoftazure.us/"; [Obsolete("Microsoft Cloud Germany was closed on October 29th, 2021.")] public const string GermanGraphEndpoint = "https://graph.cloudapi.de/";