CaioMeloSilva / poster-extension

Automatically exported from code.google.com/p/poster-extension
0 stars 0 forks source link

Unable to log on Google with a Google entreprise edition account #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Click on 'Google Auth'
2. Enter the user auth of an entreprise edition of Google Apps
3. Click on 'Authenticate', an error '403=Bad authentication' is returned

What is the expected output? What do you see instead?

I expect to be logged in.

Please provide any additional information below.

To correct this issue, in the file trunk/poster/src/content/GoogleLogin.js
replace the line 27 by the line below:

      var loginBody =
"service="+service+"&Email="+username+"&Passwd="+password&accountType=HOSTED_OR_
GOOGLE;

See
http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html#Request
for more details.

Original issue reported on code.google.com by jpotrel%...@gtempaccount.com on 7 May 2010 at 10:01

GoogleCodeExporter commented 8 years ago
Great!  I've made the change and enabled a visual cue and the ability to cancel 
authentication.

Original comment by a...@milowski.com on 29 Mar 2011 at 4:24