- changed status to invalid
As per OpenID Connect specification chapter 6: http://openid.net/specs/openid-connect-core-1_0.html#JWTRequests
Currently AuthenticationRequest#parse fails with "Missing "client_id" parameter" exception, although client_id is specified in JWT request object.
Apparently client_id and other parameters must be passed along with JWT (http://openid.net/specs/openid-connect-core-1_0.html#RequestParameter)