lib/omniauth/strategies/oidc.rb in omniauth_oidc-0.1.1 vs lib/omniauth/strategies/oidc.rb in omniauth_oidc-0.2.0
- old
+ new
@@ -59,9 +59,10 @@
option :max_age
option :ui_locales
option :id_token_hint
option :acr_values
option :send_nonce, true
+ option :fetch_user_info, true
option :send_scope_to_token_endpoint, true
option :client_auth_method
option :post_logout_redirect_uri
option :extra_authorize_params, {}
option :allow_authorize_params, []