Skip to content

Commit 1a004d9

Browse files
authored
Correct endpoint for AAD Graph of US Gov cloud (#448)
1 parent 6186daf commit 1a004d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Authentication.Abstractions/AzureEnvironmentConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public static class AzureEnvironmentConstants
103103
/// </summary>
104104
public const string AzureGraphEndpoint = "https://graph.windows.net/";
105105
public const string ChinaGraphEndpoint = "https://graph.chinacloudapi.cn/";
106-
public const string USGovernmentGraphEndpoint = "https://graph.windows.net/";
106+
public const string USGovernmentGraphEndpoint = "https://graph.microsoftazure.us/";
107107
[Obsolete("Microsoft Cloud Germany was closed on October 29th, 2021.")]
108108
public const string GermanGraphEndpoint = "https://graph.cloudapi.de/";
109109

0 commit comments

Comments
 (0)