Skip to content

Commit 58819f7

Browse files
authored
Update validate-azure-ad-token-policy.md
Added default value for `header-name` attribute. Fixes https://github.com/MicrosoftDocs/azure-docs/issues/103894
1 parent 82fa23e commit 58819f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The `validate-azure-ad-token` policy enforces the existence and validity of a JS
6060
| Attribute | Description | Required | Default |
6161
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
6262
| tenant-id | Tenant ID or URL of the Azure Active Directory service. | Yes | N/A |
63-
| header-name | The name of the HTTP header holding the token. | One of `header-name`, `query-parameter-name` or `token-value` must be specified. | N/A |
63+
| header-name | The name of the HTTP header holding the token. | One of `header-name`, `query-parameter-name` or `token-value` must be specified. | `Authorization` |
6464
| query-parameter-name | The name of the query parameter holding the token. | One of `header-name`, `query-parameter-name` or `token-value` must be specified. | N/A |
6565
| token-value | Expression returning a string containing the token. You must not return `Bearer` as part of the token value. | One of `header-name`, `query-parameter-name` or `token-value` must be specified. | N/A |
6666
| failed-validation-httpcode | HTTP status code to return if the JWT doesn't pass validation. | No | 401 |

0 commit comments

Comments
 (0)