You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submitting a poorly formatted jwt token results in a 500 Internal Server Error instead of a 401.
Kong Version: 0.8.3
Platform: CentOS on Docker (from mashape/kong:0.8.3 docker image)
Steps to reproduce:
Create a new proxy api in kong
Enable jwt for your new api
Submit a request to your proxy api with the following header "Authorization: Bearer X"
Result:
500 Internal Server Error
Expected:
401 Unauthorized or 403 Forbidden
It looks like this is known, given the TODO on line 70 of kong/plugins/jwt/handler.lua in #1247. Since it's not clear whether or not it will be addressed in that PR, I am opening this issue to track it separately.
The text was updated successfully, but these errors were encountered:
Submitting a poorly formatted jwt token results in a 500 Internal Server Error instead of a 401.
Kong Version: 0.8.3
Platform: CentOS on Docker (from mashape/kong:0.8.3 docker image)
Steps to reproduce:
Result:
500 Internal Server Error
Expected:
401 Unauthorized or 403 Forbidden
It looks like this is known, given the TODO on line 70 of kong/plugins/jwt/handler.lua in #1247. Since it's not clear whether or not it will be addressed in that PR, I am opening this issue to track it separately.
The text was updated successfully, but these errors were encountered: