Skip to content

Commit eb29ac4

Browse files
authored
Merge pull request #47740 from iamalexmang/patch-9
Removed URI from the explanation of the resource attribute
2 parents 0fb6722 + 57428ba commit eb29ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-authentication-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ In this example client certificate is identified by resource name.
150150

151151
|Name|Description|Required|Default|
152152
|----------|-----------------|--------------|-------------|
153-
|resource|String. The App ID URI of the target web API (secured resource) in Azure Active Directory.|Yes|N/A|
153+
|resource|String. The App ID of the target web API (secured resource) in Azure Active Directory.|Yes|N/A|
154154
|output-token-variable-name|String. Name of the context variable that will receive token value as an object type `string`. |No|N/A|
155155
|ignore-error|Boolean. If set to `true`, the policy pipeline will continue to execute even if an access token is not obtained.|No|false|
156156

0 commit comments

Comments
 (0)