Skip to content

Commit d904359

Browse files
authored
Merge pull request #178468 from henrymbuguakiarie/msid-gtd-generic-endpoints
[msid][gtd] authentication-national-cloud (ADO-1648412)
2 parents e4c1e45 + 7f7a72b commit d904359

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

articles/active-directory/develop/authentication-national-cloud.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: conceptual
1212
ms.workload: identity
13-
ms.date: 09/21/2021
13+
ms.date: 11/03/2021
1414
ms.author: negoe
1515
ms.reviewer: marsma, negoe,celested
1616
ms.custom: aaddev,references_regions
@@ -24,9 +24,9 @@ Including the global Azure cloud, Azure Active Directory (Azure AD) is deplo
2424

2525
- Azure Government
2626
- 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).
2828

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.
3030

3131
As you develop your apps, use the endpoints for the cloud instance where you'll deploy the application.
3232

@@ -42,6 +42,18 @@ The following table lists the base URLs for the Azure AD endpoints used to regis
4242
| Azure portal China operated by 21Vianet | `https://portal.azure.cn` |
4343
| Azure portal (global service) | `https://portal.azure.com` |
4444

45+
## Application endpoints
46+
47+
You can find the authentication endpoints for your application in the Azure portal.
48+
49+
1. Sign in to the <a href="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+
4557
## Azure AD authentication endpoints
4658

4759
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
6375

6476
## Azure Germany (Microsoft Cloud Deutschland)
6577

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-
6978
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.
7079

7180
## Microsoft Graph API
7281

7382
To learn how to call the Microsoft Graph APIs in a national cloud environment, go to [Microsoft Graph in national cloud deployments](/graph/deployments).
7483

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&regions=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&regions=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).
7787

7888
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.
7989

@@ -85,4 +95,4 @@ National cloud documentation:
8595

8696
- [Azure Government](../../azure-government/index.yml)
8797
- [Azure China 21Vianet](/azure/china/)
88-
- [Azure Germany (Closing on October 29, 2021)](../../germany/index.yml)
98+
- [Azure Germany (Closed on October 29, 2021)](../../germany/index.yml)

0 commit comments

Comments
 (0)