Skip to content

Commit d62d006

Browse files
committed
Fix typo
JWT/Jwt token -> JWT
1 parent 80dec49 commit d62d006

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
@@ -113,13 +113,13 @@ The following errors are predefined for error conditions that can occur during p
113113
| ip-filter | Caller IP is in blocked list | CallerIpBlocked | Caller IP address is blocked. Access denied. |
114114
| check-header | Required header not presented or value is missing | HeaderNotFound | Header {header-name} was not found in the request. Access denied. |
115115
| check-header | Required header not presented or value is missing | HeaderValueNotAllowed | Header {header-name} value of {header-value} is not allowed. Access denied. |
116-
| validate-jwt | Jwt token is missing in request | TokenNotPresent | JWT not present. |
116+
| validate-jwt | JWT is missing in request | TokenNotPresent | JWT not present. |
117117
| validate-jwt | Signature validation failed | TokenSignatureInvalid | <message from jwt library\>. Access denied. |
118118
| validate-jwt | Invalid audience | TokenAudienceNotAllowed | <message from jwt library\>. Access denied. |
119119
| validate-jwt | Invalid issuer | TokenIssuerNotAllowed | <message from jwt library\>. Access denied. |
120120
| validate-jwt | Token expired | TokenExpired | <message from jwt library\>. Access denied. |
121121
| validate-jwt | Signature key was not resolved by ID | TokenSignatureKeyNotFound | <message from jwt library\>. Access denied. |
122-
| validate-jwt | Required claims are missing from token | TokenClaimNotFound | JWT token is missing the following claims: <c1\>, <c2\>, … Access denied. |
122+
| validate-jwt | Required claims are missing from token | TokenClaimNotFound | JWT is missing the following claims: <c1\>, <c2\>, … Access denied. |
123123
| validate-jwt | Claim values mismatch | TokenClaimValueNotAllowed | Claim {claim-name} value of {claim-value} is not allowed. Access denied. |
124124
| validate-jwt | Other validation failures | JwtInvalid | <message from jwt library\> |
125125
| forward-request or send-request | HTTP response status code and headers were not received from the backend within the configured timeout | Timeout | multiple |

0 commit comments

Comments
 (0)