This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
OpenID connect: support response_mode=query #217
Closed
Description
response_mode=query
support has been a recurrent demand on JabbR, given that the optional response_mode=form_post
is not implemented everywhere.
Even if authorization servers should make sure they don't return token
or id_token
when using response_mode=query
, we should reject such requests in the middleware itself.