JanRain OpenID in PHP SREG?

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?

+3
source share
1 answer

Google OpenID Authentication does not support SREG.

OpenID Attribute Exchange ( , ). , SREG, , . Janrain , .

IdP, SREG, MyOpenID.

+5

All Articles