Skip to content

Authentication with Google

Blade Pan edited this page May 5, 2015 · 2 revisions

OpenID 2.0 is not supported by google. We are now using Oauth 2.0.

Issues

OpenID error page

This problem goes away in May 5th, they must have fixed it

Every time I try to use a custom port in the callback url, I get redirected to this annoying page OpenID 2.0 for Google Accounts has gone away, this must be a bug in Google.

my question in stackoverflow

Code

The code to setup google auth callback is in server/application_manager/index

The code to redirect user to google's page is in server/virtual_browser/index

Clone this wiki locally