Project

General

Profile

problem with google oauth login

Added by Gabor Vitez almost 12 years ago

Hi!

I tried to get Google oauth login to work, however I get no ID back. What could I have missed?

It seems that one half of the authentication process works, however a later part when JWt tries to connect google for more information on the user fails.

Facebook oauth works well with the same program (attached, written in ruby...).

I've registered my website in the Google API Console, Client ID for web applications menu, and filled out the google-oauth2-client-id and google-oauth2-client-secret variables accordingly.

thanks,

Gabor

oautherr.txt (1.2 KB) oautherr.txt output with tomcat logs and google login error response
OALogin.rb (1.4 KB) OALogin.rb the program itself