Skip to content

Commit 08af278

Browse files
authored
Merge pull request #107029 from PaulHCode/patch-2
Correct .com to .us on MAG-specific documentation
2 parents b533f48 + 7ce3369 commit 08af278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-government/documentation-government-aad-auth-qs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The only variation when setting up Azure AD Authorization on the Azure Governmen
5555

5656
```cs
5757
//ClientId: Azure AD-> App registrations -> Application ID
58-
//Domain: <tenantname>.onmicrosoft.com
58+
//Domain: <tenantname>.onmicrosoft.us
5959
//TenantId: Azure AD -> Properties -> Directory ID
6060
6161
"Authentication": {
@@ -71,7 +71,7 @@ The only variation when setting up Azure AD Authorization on the Azure Governmen
7171
```
7272
4. Fill out the `ClientId` property with the Client ID for your app from the Azure Government portal. You can find the Client ID by navigating to Azure AD -> App Registrations -> Your Application -> Application ID.
7373
5. Fill out the `TenantId` property with the Tenant ID for your app from the Azure Government portal. You can find the Tenant ID by navigating to Azure AD -> Properties -> Directory ID.
74-
6. Fill out the `Domain` property with `<tenantname>.onmicrosoft.com`.
74+
6. Fill out the `Domain` property with `<tenantname>.onmicrosoft.us`.
7575
7. Open the `startup.cs` file.
7676
8. In your `ConfigureServices` method, add the following code:
7777

0 commit comments

Comments
 (0)