JanRain OpenID in PHP SREG?
Posted
by AFK
on Stack Overflow
See other posts from Stack Overflow
or by AFK
Published on 2010-03-17T02:31:09Z
Indexed on
2010/03/17
3:11 UTC
Read the original article
Hit count: 311
I setup the demo with a modified login I found called open-id selector. the login works fine and the identity url comes back, but the SREG data I ask for is never populated, required or optional. I am logging into my page with a gmail account. Here is the code from 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?
© Stack Overflow or respective owner