Skip to content

Commit 2f3b0b3

Browse files
Merge pull request #224767 from dlepow/patch-166
Update authentication-managed-identity-policy.md
2 parents 8d77e28 + 0a016a4 commit 2f3b0b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/api-management/authentication-managed-identity-policy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Both system-assigned identity and any of the multiple user-assigned identities c
2828

2929
| Attribute | Description | Required | Default |
3030
| ----------------- | ------------------------------------------------------ | -------- | ------- |
31-
|resource|String. The application ID of the target web API (secured resource) in Azure Active Directory.|Yes|N/A|
32-
|client-id|String. The client ID of the user-assigned identity in Azure Active Directory.|No|system-assigned identity|
33-
|output-token-variable-name|String. Name of the context variable that will receive token value as an object of type `string`. |No|N/A|
31+
|resource|String. The application ID of the target web API (secured resource) in Azure Active Directory. Policy expressions are allowed. |Yes|N/A|
32+
|client-id|String. The client ID of the user-assigned identity in Azure Active Directory. Policy expressions are not allowed. |No|system-assigned identity|
33+
|output-token-variable-name|String. Name of the context variable that will receive token value as an object of type `string`. Policy expresssions are not allowed. |No|N/A|
3434
|ignore-error|Boolean. If set to `true`, the policy pipeline will continue to execute even if an access token is not obtained.|No|`false`|
3535

3636

@@ -89,4 +89,4 @@ Both system-assigned identity and any of the multiple user-assigned identities c
8989

9090
* [API Management authentication policies](api-management-authentication-policies.md)
9191

92-
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]
92+
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]

0 commit comments

Comments
 (0)