Skip to content

Commit c2a405a

Browse files
authored
Update validate-azure-ad-token-policy.md
Mention that `Authorization` header is default
1 parent 58819f7 commit c2a405a

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
@@ -118,7 +118,7 @@ The `validate-azure-ad-token` policy enforces the existence and validity of a JS
118118

119119
### Simple token validation
120120

121-
The following policy is the minimal form of the `validate-azure-ad-token` policy. It expects the JWT to be provided in the `Authorization` header using the `Bearer` scheme. In this example, the Azure AD tenant ID and client application ID are provided using named values.
121+
The following policy is the minimal form of the `validate-azure-ad-token` policy. It expects the JWT to be provided in the default `Authorization` header using the `Bearer` scheme. In this example, the Azure AD tenant ID and client application ID are provided using named values.
122122

123123
```xml
124124
<validate-azure-ad-token tenant-id="{{aad-tenant-id}}">

0 commit comments

Comments
 (0)