zalando-stups / planb-provider

Plan B OpenID Connect Provider issuing JWT tokens
http://planb.readthedocs.org/
Other
16 stars 11 forks source link

5XX on requests with malformed Authorization header #122

Closed vroldanbet closed 8 years ago

vroldanbet commented 8 years ago

Passing invalid base64 values as part of the authorization header of a request leads to 5XX. The application should return 4XX error indicating the provided value was invalid.

vroldanbet commented 8 years ago

Fixed after https://github.com/zalando/planb-provider/pull/123