Skip to content

Commit f21a4b4

Browse files
authored
Update api-management-error-handling-policies.md
Change Reason and Message for validate-jwt source for condition "Jwt token is missing in request"
1 parent a5994fa commit f21a4b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/api-management-error-handling-policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The following errors are predefined for error conditions that can occur during p
119119
| ip-filter | Caller IP is in blocked list | CallerIpBlocked | Caller IP address is blocked. Access denied. |
120120
| check-header | Required header not presented or value is missing | HeaderNotFound | Header {header-name} was not found in the request. Access denied. |
121121
| check-header | Required header not presented or value is missing | HeaderValueNotAllowed | Header {header-name} value of {header-value} is not allowed. Access denied. |
122-
| validate-jwt | Jwt token is missing in request | TokenNotFound | JWT not found in the request. Access denied. |
122+
| validate-jwt | Jwt token is missing in request | TokenNotPresent | JWT not present. |
123123
| validate-jwt | Signature validation failed | TokenSignatureInvalid | <message from jwt library\>. Access denied. |
124124
| validate-jwt | Invalid audience | TokenAudienceNotAllowed | <message from jwt library\>. Access denied. |
125125
| validate-jwt | Invalid issuer | TokenIssuerNotAllowed | <message from jwt library\>. Access denied. |
@@ -186,4 +186,4 @@ For more information working with policies, see:
186186
- [Policies in API Management](api-management-howto-policies.md)
187187
- [Transform APIs](transform-api.md)
188188
- [Policy Reference](./api-management-policies.md) for a full list of policy statements and their settings
189-
- [Policy samples](./policy-reference.md)
189+
- [Policy samples](./policy-reference.md)

0 commit comments

Comments
 (0)