Skip to content

Commit adc906b

Browse files
authored
Merge pull request #186668 from jimmyca15/user/jimmyca/appConfigAudience
Update App Configuration audience.
2 parents 26adf39 + c88efef commit adc906b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,9 @@ Before acquiring an Azure AD token, you must identify what user you want to auth
3535

3636
### Audience
3737

38-
Request the Azure AD token with a proper audience. For Azure App Configuration, use one of the following audiences. The audience can also be referred to as the *resource* that the token is being requested for.
38+
Request the Azure AD 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.
3939

40-
- {configurationStoreName}.azconfig.io
41-
- *.azconfig.io
42-
43-
> [!IMPORTANT]
44-
> When the audience requested is `{configurationStoreName}.azconfig.io`, it must exactly match the `Host` request header (case sensitive) used to send the request.
40+
`https://azconfig.io`
4541

4642
### Azure AD authority
4743

0 commit comments

Comments
 (0)