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
Original issue reported on code.google.com by
jpotrel%...@gtempaccount.com
on 7 May 2010 at 10:01