You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-government/documentation-government-aad-auth-qs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The only variation when setting up Azure AD Authorization on the Azure Governmen
55
55
56
56
```cs
57
57
//ClientId: Azure AD-> App registrations -> Application ID
58
-
//Domain: <tenantname>.onmicrosoft.com
58
+
//Domain: <tenantname>.onmicrosoft.us
59
59
//TenantId: Azure AD -> Properties -> Directory ID
60
60
61
61
"Authentication": {
@@ -71,7 +71,7 @@ The only variation when setting up Azure AD Authorization on the Azure Governmen
71
71
```
72
72
4. Filloutthe `ClientId` propertywiththeClientIDfor your app from the Azure Government portal. You can find the Client ID by navigating to Azure AD -> App Registrations -> Your Application -> Application ID.
73
73
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`.
75
75
7. Open the `startup.cs` file.
76
76
8. In your `ConfigureServices` method, add the following code:
0 commit comments