- bugfix: Info from decoded id_token is not exposed into
request.env['omniauth.auth']#61 - bugfix: NoMethodError (
undefined method 'count' for #<OpenIDConnect::ResponseObject::IdToken>) #60
- Try to verify id_token when response_type is code #44
- Provide more information on error #49
- Update configuration documentation #53
- Add documentation about the send_scope_to_token_endpoint config property #52
- refactor: take uid_field from raw_attributes #54
- chore(ci): add 2.7, ruby-head and jruby-head #55
- Pass
acr_valuesto authorize url #43 - Add raw info for id token #42
- Fixed
id_tokenverification whenid_tokenis not used #41 - Cast
response_typeto string when checking if it is set in params #36 - Support both symbol and string version of
response_typeoption #35 - Fix gemspec homepage #33
- Add support for
response_typeid_token#32
- Use response_mode in
authorize_uriif the option is defined #30 - Move verification of
id_tokento before accessing tokens #28 - Update omniauth dependency #26
- Set default OmniAuth name to openid_connect #23