Needs review
Project:
Google Authentication for Web Applications
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2011 at 20:11 UTC
Updated:
3 Oct 2011 at 20:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
cpliakas commentedTurns out the URL adds the port twice if you are using an alternate port. See the var_dump() of the $data array passed to _google_auth_sub_request(). I confirmed that the "next" key was calculated via _google_auth_next().
Comment #2
cpliakas commentedThe attached patch works for me. It appears that the appropriate port gets added via the $_SERVER['HTTP_HOST'] variable. Not sure if this is standard across web servers, so it definitely needs some review.