Skip to content

Commit fb6993e

Browse files
committed
back out one article
1 parent 22efd7d commit fb6993e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/api-management/get-authorization-context-policy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ If `identity-type=jwt` is configured, a JWT token is required to be validated. T
3838

3939
| Attribute | Description | Required | Default |
4040
|---|---|---|---|
41-
| provider-id | The authorization provider resource identifier. Policy expressions are allowed. | Yes | N/A |
42-
| authorization-id | The authorization resource identifier. Policy expressions are allowed. | Yes | N/A |
43-
| context-variable-name | The name of the context variable to receive the [`Authorization` object](#authorization-object). Policy expressions are allowed.| Yes | N/A |
44-
| identity-type | Type of identity to be checked against the authorization access policy. <br> - `managed`: managed identity of the API Management service. <br> - `jwt`: JWT bearer token specified in the `identity` attribute.<br/><br/>Policy expressions are allowed. | No | `managed` |
45-
| identity | An Azure AD JWT bearer token to be checked against the authorization permissions. Ignored for `identity-type` other than `jwt`. <br><br>Expected claims: <br> - audience: `https://azure-api.net/authorization-manager` <br> - `oid`: Permission object ID <br> - `tid`: Permission tenant ID<br/><br/>Policy expressions are allowed. | No | N/A |
46-
| ignore-error | Boolean. If acquiring the authorization context results in an error (for example, the authorization resource is not found or is in an error state): <br> - `true`: the context variable is assigned a value of null. <br> - `false`: return `500`<br/><br/>Policy expressions are allowed. | No | `false` |
41+
| provider-id | The authorization provider resource identifier. | Yes | N/A |
42+
| authorization-id | The authorization resource identifier. | Yes | N/A |
43+
| context-variable-name | The name of the context variable to receive the [`Authorization` object](#authorization-object). | Yes | N/A |
44+
| identity-type | Type of identity to be checked against the authorization access policy. <br> - `managed`: managed identity of the API Management service. <br> - `jwt`: JWT bearer token specified in the `identity` attribute. | No | `managed` |
45+
| identity | An Azure AD JWT bearer token to be checked against the authorization permissions. Ignored for `identity-type` other than `jwt`. <br><br>Expected claims: <br> - audience: `https://azure-api.net/authorization-manager` <br> - `oid`: Permission object ID <br> - `tid`: Permission tenant ID | No | N/A |
46+
| ignore-error | Boolean. If acquiring the authorization context results in an error (for example, the authorization resource is not found or is in an error state): <br> - `true`: the context variable is assigned a value of null. <br> - `false`: return `500` | No | `false` |
4747

4848
### Authorization object
4949

0 commit comments

Comments
 (0)