sishen / omniauth-google-apps

OmniAuth strategy for Google Apps.
http://github.com/sishen/omniauth-google-apps
43 stars 17 forks source link

Authentication failure! #12

Closed rafaltrojanowski closed 10 years ago

rafaltrojanowski commented 10 years ago

Sign in via google apps is not working properly.

Output from console: Started POST "/users/auth/google_apps" for 127.0.0.1 at 2014-07-14 11:42:10 +0200 I, [2014-07-14T11:42:10.056131 #7193] INFO -- omniauth: (google_apps) Request phase initiated. E, [2014-07-14T11:42:10.391312 #7193] ERROR -- omniauth: (google_apps) Authentication failure! connection_failed encountered.

I found that OpenID 2.0 is not supported by Google anymore. https://developers.google.com/google-apps/sso/openid_reference_implementation

Maybe this is the reason.

kendagriff commented 10 years ago

OpenID 2.0 may be deprecated, but it's still working just fine. We use it every day.

rafaltrojanowski commented 10 years ago

Thanks for you reply.