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/active-directory/develop/authentication-national-cloud.md
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: active-directory
10
10
ms.subservice: develop
11
11
ms.topic: conceptual
12
12
ms.workload: identity
13
-
ms.date: 09/21/2021
13
+
ms.date: 11/03/2021
14
14
ms.author: negoe
15
15
ms.reviewer: marsma, negoe,celested
16
16
ms.custom: aaddev,references_regions
@@ -24,9 +24,9 @@ Including the global Azure cloud, Azure Active Directory (Azure AD) is deplo
24
24
25
25
- Azure Government
26
26
- Azure China 21Vianet
27
-
- Azure Germany ([Closing on October 29, 2021](https://www.microsoft.com/cloud-platform/germany-cloud-regions)). Learn more about [Azure Germany migration](#azure-germany-microsoft-cloud-deutschland).
27
+
- Azure Germany ([Closed on October 29, 2021](https://www.microsoft.com/cloud-platform/germany-cloud-regions)). Learn more about [Azure Germany migration](#azure-germany-microsoft-cloud-deutschland).
28
28
29
-
Each cloud _instance_, the individual national clouds and the global Azure cloud, is a separate environment with its own endpoints. Cloud-specific endpoints include OAuth 2.0 access token and OpenID Connect ID token request endpoints, and URLs for app management and deployment, like the Azure portal.
29
+
The individual national clouds and the global Azure cloud are cloud _instances_. Each cloud instance is separate from the others and has its own environment and _endpoints_. Cloud-specific endpoints include OAuth 2.0 access token and OpenID Connect ID token request endpoints, and URLs for app management and deployment, like the Azure portal.
30
30
31
31
As you develop your apps, use the endpoints for the cloud instance where you'll deploy the application.
32
32
@@ -42,6 +42,18 @@ The following table lists the base URLs for the Azure AD endpoints used to regis
42
42
| Azure portal China operated by 21Vianet |`https://portal.azure.cn`|
You can find the authentication endpoints for your application in the Azure portal.
48
+
49
+
1. Sign in to the <ahref="https://portal.azure.com/"target="_blank">Azure portal</a>.
50
+
1. Select **Azure Active Directory**.
51
+
1. Under **Manage**, select **App registrations**, and then select **Endpoints** in the top menu.
52
+
53
+
The **Endpoints** page is displayed showing the authentication endpoints for the application registered in your Azure AD tenant.
54
+
55
+
Use the endpoint that matches the authentication protocol you're using in conjunction with the **Application (client) ID** to craft the authentication request specific to your application.
56
+
45
57
## Azure AD authentication endpoints
46
58
47
59
All the national clouds authenticate users separately in each environment and have separate authentication endpoints.
@@ -63,17 +75,15 @@ For single-tenant applications, replace "common" in the previous URLs with your
63
75
64
76
## Azure Germany (Microsoft Cloud Deutschland)
65
77
66
-
> [!WARNING]
67
-
> Azure Germany (Microsoft Cloud Deutschland) will be [closed on October 29, 2021](https://www.microsoft.com/cloud-platform/germany-cloud-regions). Services and applications you choose _not_ to migrate to a region in global Azure before that date will become inaccessible.
68
-
69
78
If you haven't migrated your application from Azure Germany, follow [Azure Active Directory information for the migration from Azure Germany](/microsoft-365/enterprise/ms-cloud-germany-transition-azure-ad) to get started.
70
79
71
80
## Microsoft Graph API
72
81
73
82
To learn how to call the Microsoft Graph APIs in a national cloud environment, go to [Microsoft Graph in national cloud deployments](/graph/deployments).
74
83
75
-
> [!IMPORTANT]
76
-
> Certain services and features that are in specific regions of the global service might not be available in all of the national clouds. To find out what services are available, go to [Products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=all®ions=usgov-non-regional,us-dod-central,us-dod-east,usgov-arizona,usgov-iowa,usgov-texas,usgov-virginia,china-non-regional,china-east,china-east-2,china-north,china-north-2,germany-non-regional,germany-central,germany-northeast).
84
+
Some services and features in the global Azure cloud might be unavailable in other cloud instances like the national clouds.
85
+
86
+
To find out which services and features are available in a given cloud instance, see [Products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=all®ions=usgov-non-regional,us-dod-central,us-dod-east,usgov-arizona,usgov-iowa,usgov-texas,usgov-virginia,china-non-regional,china-east,china-east-2,china-north,china-north-2,germany-non-regional,germany-central,germany-northeast).
77
87
78
88
To learn how to build an application by using the Microsoft identity platform, follow the [Single-page application (SPA) using auth code flow tutorial](tutorial-v2-angular-auth-code.md). Specifically, this app will sign in a user and get an access token to call the Microsoft Graph API.
0 commit comments