Skip to content

Commit eebe0ff

Browse files
authored
Update analysis-services-async-refresh.md
1 parent 300a6cd commit eebe0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/analysis-services/analysis-services-async-refresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ https://westus.asazure.windows.net/servers/myserver/models/AdventureWorks/refres
5757
All calls must be authenticated with a valid Microsoft Entra ID (OAuth 2) token in the Authorization header and must meet the following requirements:
5858

5959
- The token must be either a user token or an application service principal.
60-
- The token must have the audience set to exactly `https://*.asazure.windows.net`. Note that `*` isn't a placeholder or a wildcard, and the audience must have the `*` character as the subdomain. Specifying an invalid audience results in authentication failure.
60+
- The token must have the audience set to exactly `https://*.asazure.windows.net`. Note that `*` isn't a placeholder or a wildcard, and the audience must have the `*` character as the subdomain. Custom audiences, such as https://customersubdomain.asazure.windows.net, are not supported. Specifying an invalid audience results in authentication failure.
6161
- The user or application must have sufficient permissions on the server or model to make the requested call. The permission level is determined by roles within the model or the admin group on the server.
6262

6363
> [!IMPORTANT]

0 commit comments

Comments
 (0)