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
I got the same errors today. I found the problem is related to the version of OmniAuth.
When you use omniauth > 2.0, you should explicit the version of omniauth-rails_csrf_protection to 1.0
Started POST "/auth/linkedin" for ::1 at 2021-05-25 18:08:07 +0530
D, [2021-05-25T18:08:07.525231 #36353] DEBUG -- omniauth: (linkedin) Request phase initiated.
W, [2021-05-25T18:08:07.525652 #36353] WARN -- omniauth: Attack prevented by OmniAuth::AuthenticityTokenProtection
E, [2021-05-25T18:08:07.525704 #36353] ERROR -- omniauth: (linkedin) Authentication failure! authenticity_error: OmniAuth::AuthenticityError, Forbidden
E, [2021-05-25T18:08:07.525806 #36353] ERROR -- omniauth: (linkedin) Authentication failure! Forbidden: OmniAuth::AuthenticityError, Forbidden
OmniAuth::AuthenticityError (Forbidden):
getting this error.
The text was updated successfully, but these errors were encountered: