Skip to content

Commit eb36298

Browse files
Merge pull request #304413 from austintolani/user/austintolani/national-clouds
Add national cloud info to AppConfiguration Entra Id authentication doc
2 parents a483d0d + 417ff02 commit eb36298

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

articles/azure-app-configuration/rest-api-authentication-azure-ad.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,26 @@ Before acquiring a Microsoft Entra token, you must identify what user you want t
3737

3838
### Audience
3939

40-
Request the Microsoft Entra token with a proper audience. For Azure App Configuration use the following audience. The audience can also be referred to as the *resource* that the token is being requested for.
40+
Request the Microsoft Entra token with a proper audience. The audience can also be referred to as the *resource* that the token is being requested for.
4141

42-
`https://azconfig.io`
42+
For Azure App Configuration in the global Azure cloud, use the following audience:
43+
44+
`https://appconfig.azure.com`
45+
46+
For Azure App Configuration in the national clouds, use the applicable audience specified in the table below:
47+
48+
| **National cloud** | **Audience** |
49+
| ------------------------------------ | ---------------------------- |
50+
| Azure Government | `https://appconfig.azure.us` |
51+
| Microsoft Azure operated by 21Vianet | `https://appconfig.azure.cn` |
4352

4453
<a name='azure-ad-authority'></a>
4554

4655
### Microsoft Entra authority
4756

48-
The Microsoft Entra authority is the endpoint you use for acquiring a Microsoft Entra token. It's in the form of `https://login.microsoftonline.com/{tenantId}`. The `{tenantId}` segment refers to the Microsoft Entra tenant ID to which the user or application who is trying to authenticate belongs.
57+
The Microsoft Entra authority is the endpoint you use for acquiring a Microsoft Entra token. For the global Azure cloud, it's in the form of `https://login.microsoftonline.com/{tenantId}`. The `{tenantId}` segment refers to the Microsoft Entra tenant ID to which the user or application who is trying to authenticate belongs.
58+
59+
Azure national clouds have different Microsoft Entra authentication endpoints. See [Microsoft Entra authentication endpoints](/entra/identity-platform/authentication-national-cloud#microsoft-entra-authentication-endpoints) for which endpoints to use in the national clouds.
4960

5061
### Authentication libraries
5162

0 commit comments

Comments
 (0)