reillywatson / goauth2

Automatically exported from code.google.com/p/goauth2
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Login fails with 400/Bad Request if user is logged into more than 4 accounts #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login to more than 4 google accounts.
2. Press Sign in with Google button.

What is the expected output? What do you see instead?
It should redirect to the Google account picker screen. Instead I see "400 Bad 
Request"

What version of the product are you using? On what operating system?
Rev: weekly-44, SHA: 696c088491246273e92442aa66b5281e5bb34faa
Running on a Linux platform.

Please provide any additional information below.
Related?: https://code.google.com/p/googleappengine/issues/detail?id=9045

I think it might be a bug with the API itself.

Original issue reported on code.google.com by cole.gle...@coreos.com on 22 Jul 2014 at 7:31

Attachments:

GoogleCodeExporter commented 8 years ago
I don't think this is related to goauth2 at all.

What's the "Sign in with Google" button?

Original comment by a...@golang.org on 23 Jul 2014 at 1:54

GoogleCodeExporter commented 8 years ago
I'm sorry, I don't think this is goauth2 either now. I need to find the issue 
tracker for the Google Users API, but it doesn't seem to exist.

Original comment by cole.gle...@coreos.com on 23 Jul 2014 at 4:28

GoogleCodeExporter commented 8 years ago
Which API endpoint (URL) are you trying to access? That's a place to start 
hunting for the right place to report this.

Original comment by a...@golang.org on 23 Jul 2014 at 4:38

GoogleCodeExporter commented 8 years ago
I am trying to use the Google Sign In button 
(https://developers.google.com/+/web/signin/add-button). It should redirect 
back to my application after logging in or failing to do so. Instead I just get 
the 400 Bad Request error on Google's site as seen above.

Sorry for reporting here. I'm using goauth elsewhere in the app and got 
confused as to what was handling which auth.

Original comment by cole.gle...@coreos.com on 23 Jul 2014 at 4:48

GoogleCodeExporter commented 8 years ago
Ah, in that case I believe this is the correct place to file a bug:

https://code.google.com/p/google-plus-platform/issues/list

Original comment by a...@golang.org on 23 Jul 2014 at 5:16