Active
Project:
Google Apps Authentication
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2008 at 15:24 UTC
Updated:
26 Jan 2009 at 14:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
angad_singh commentedThe value of $curr in googleauth.module is incorrect. It doesn't have the required tag - SubjectConfirmationData. I have replaced it with the response XML template obtained from the PHP reference implementation of SSO provided by Google. The patch for googleauth.module with required changes is attached.