Skip to content

Commit 57428ba

Browse files
authored
Removed URI from the explanation of the resource attribute
Rather than passing the App ID URI (which is of the format api://<guid>), one should pass in the App ID (<guid> only) in order to retrieve the access token generated for a managed identity.
1 parent 3f747df commit 57428ba

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)