Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple user auth popup requires click, reload, click to select account #108

Closed
wonderfly opened this issue Jan 7, 2015 · 6 comments
Closed

Comments

@wonderfly
Copy link
Contributor

From davidjgr...@gmail.com on September 23, 2013 12:36:32

What steps will reproduce the problem? If possible, provide a live demo of the issue. 1. Go to https://www.draw.io whilst logged into at least two Google accounts.
2. Click on the "connect to Drive" button (top right).
3. Click on one of the accounts What is the expected output? What do you see instead? A single click on the required account should select the account. Instead you have to click, wait for reload and click again. What version of the product are you using? On what operating system? The hosted version of the JS client API library is used, this behaviour has been present since at least the start of 2013. The behaviour is the same on all OSes and browsers we've test, Chrome, FF, Safari, IE 9, 10 and 11. Please provide any additional information below. We had this initial discussion - http://stackoverflow.com/questions/13366254/is-it-possible-to-be-able-to-correctly-select-any-available-google-account-to-us - to get to this stage. We're setting immediate to false and authUser to -1 on the gapi.auth.authorize call, that's the only option that allows us to get the multiple account handling to work in any way.

Original issue: http://code.google.com/p/google-api-javascript-client/issues/detail?id=108

@wonderfly
Copy link
Contributor Author

From dan...@asana.com on October 09, 2013 14:00:38

Asana.com is experiencing this issue as well.

Here are the simplest live reproduction steps I can think of.

What steps will reproduce the problem? If possible, provide a live demo of the issue.

  1. Log into at least two Google accounts.
  2. Go to https://google-api-javascript-client.googlecode.com/hg/samples/authSample.html .
  3. Open the Javascript console and enter gapi.auth.authorize({client_id: clientId, scope: scopes, immediate: false, authuser: ''}, handleAuthResult);. You may have to enable pop-ups to see the dialog.
  4. Click on one of the accounts.

What is the expected output?
The dialog should take me to the permissions confirmation step ("This app would like to: Know who you are on Google").

What do you see instead?
The dialog does not visually change. You have to click on an account again before it takes you to the next step.

What version of the product are you using? On what operating system?
As far as I can tell, this is present on (but not limited to) Chrome, Firefox and IE for both Windows and Mac.

Please provide any additional information below.
When an account is clicked for the first time, the page is reloaded to a different (but similar) URL, which seems visually identical. Both URLs contain a "continue" parameter, but the value of the continue parameter changes from looking like: https://accounts.google.com/o/oauth2/auth ?response_type=token
&scope= https://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile+http://www.google.com/m8/feeds/ &redirect_uri=postmessage
&proxy=oauth2relay314016275
&state=1739454259%7C0.776089678
&origin= https://localhost.asana.com:8180 &client_id=
&authuser
&authuser=0
&hl=en
&from_login=1
&as=-2ac32a9ddc775282

before an account is clicked, to looking like: https://accounts.google.com/o/oauth2/auth ?zt=ChRzUFJFWklyY0N5TjhxYXVwZFBoehIfb2hWV3BmSWFORlFjTXFUbUhqeVRGR013SFUwMWd3SQ%E2%88%99APsBz4gAAAAAUlSokO2bKw-DWW75kaZUVm_68SSZbc1u
&from_login=0
&hl=en
&as=-2ac32a9ddc775282

after an account is clicked.

@wonderfly
Copy link
Contributor Author

From j...@google.com on October 09, 2013 14:11:44

Thanks for the detailed repro steps.

Status: Accepted

@wonderfly
Copy link
Contributor Author

From davidjgr...@gmail.com on December 20, 2013 05:16:01

Testing again today this looks resolved for me.

@wonderfly
Copy link
Contributor Author

From g...@asana.com on December 25, 2013 05:53:51

I've verified this is still happening on asana.com

@wonderfly
Copy link
Contributor Author

From davidjgr...@gmail.com on December 26, 2013 13:30:13

It worked correctly for 2-3 days then reverted. We had 6 independent verifications of the correct behaviour. I guess something was being tested...

@vidyai
Copy link
Collaborator

vidyai commented Apr 1, 2021

Sorry that we did not answer this question in a timely fashion. I am closing this for now, but if you still need help with this question, please reopen.

@vidyai vidyai closed this as completed Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants