Skip to content

Commit 7cca07d

Browse files
authored
Update validate-azure-ad-token-policy.md
table format
1 parent 89c04a5 commit 7cca07d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/api-management/validate-azure-ad-token-policy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ The `validate-azure-ad-token` policy enforces the existence and validity of a JS
6868
| query-parameter-name | The name of the query parameter holding the token. Policy expressions are allowed. | One of `header-name`, `query-parameter-name` or `token-value` must be specified. | N/A |
6969
| token-value | Expression returning a string containing the token. You must not return `Bearer` as part of the token value. Policy expressions are allowed. | One of `header-name`, `query-parameter-name` or `token-value` must be specified. | N/A |
7070
| authentication endpoint | Microsoft Entra ID environment endpoint. Prefix `https://` is optional. Example: `https://login.microsoftonline.us` for Microsoft Azure Government environment. | No | `https://login-microosftonline.com` |
71-
7271
| failed-validation-httpcode | HTTP status code to return if the JWT doesn't pass validation. Policy expressions are allowed. | No | 401 |
7372
| failed-validation-error-message | Error message to return in the HTTP response body if the JWT doesn't pass validation. This message must have any special characters properly escaped. Policy expressions are allowed. | No | Default error message depends on validation issue, for example "JWT not present." |
7473
| output-token-variable-name | String. Name of context variable that will receive token value as an object of type [`Jwt`](api-management-policy-expressions.md) upon successful token validation. Policy expressions aren't allowed. | No | N/A |

0 commit comments

Comments
 (0)