I install a demo with a modified input that I found is called an open-id selector. the login works fine and the authentication url is returned, but the SREG data I am asking for is never populated, not required or optional. I enter my gmail account page. Here is the code of my try_auth.php that I edited
$sreg_request = Auth_OpenID_SRegRequest::build(
// Required
array('email'),
// Optional
array('fullname', 'gender', 'timezone', 'dob', 'country'));
what gives?
source
share