You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With omniauth-oauth2 1.4 we have this error in application server logs
E, [2016-08-04T10:50:15.569508 #32664] ERROR -- omniauth: (linkedin) Authentication failure! invalid_credentials: OAuth2::Error, invalid_request: missing required parameters, includes an invalid parameter value, parameter more than once. : Unable to retrieve access token : appId or redirect uri does not match authorization code or authorization code expired
{"error_description":"missing required parameters, includes an invalid parameter value, parameter more than once. : Unable to retrieve access token : appId or redirect uri does not match authorization code or authorization code expired","error":"invalid_request"}
Missing something ?
The text was updated successfully, but these errors were encountered:
Hi there,
we have error on the callback with the
omniauth-oauth2
gem in version1.4
so we lock it in our rails application.$> Gemfile
$> config/initializers/devise.rb
With omniauth-oauth2 1.4 we have this error in application server logs
Missing something ?
The text was updated successfully, but these errors were encountered: