Skip to content

Commit 9acc385

Browse files
committed
[msid] Updated the authorization endpoint for Azure AD China
1 parent e765748 commit 9acc385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/identity-platform/authentication-national-cloud.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following table lists the base URLs for the Azure AD endpoints used to acqui
5151
|----------------|-------------------------|
5252
| Azure AD for US Government | `https://login.microsoftonline.us` |
5353
| Azure AD Germany| `https://login.microsoftonline.de` |
54-
| Azure AD China operated by 21Vianet | `https://login.chinacloudapi.cn` |
54+
| Azure AD China operated by 21Vianet | `https://login.partner.microsoftonline.cn/common` |
5555
| Azure AD (global service)| `https://login.microsoftonline.com` |
5656

5757
You can form requests to the Azure AD authorization or token endpoints by using the appropriate region-specific base URL. For example, for Azure Germany:

docs/identity-platform/scenario-web-app-sign-user-app-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ In ASP.NET Core, these settings are located in the [appsettings.json](https://gi
8282
// - "https://login.microsoftonline.com/" for Azure public cloud
8383
// - "https://login.microsoftonline.us/" for Azure US government
8484
// - "https://login.microsoftonline.de/" for Azure AD Germany
85-
// - "https://login.chinacloudapi.cn/" for Azure AD China operated by 21Vianet
85+
// - "https://login.partner.microsoftonline.cn/common" for Azure AD China operated by 21Vianet
8686
"Instance": "https://login.microsoftonline.com/",
8787

8888
// Azure AD audience among:

0 commit comments

Comments
 (0)