OpenID - getting user info?

I am wondering if it is possible to request additional information besides email from Google and get a username?

Using JanRain OpenID PHP script.

thanks

+3
source share
4 answers

No, It is Immpossible. Google only releases the user's email address. Their server is configured to never give out more information than this:

See their OpenID page for developers to learn more: http://code.google.com/apis/accounts/docs/OpenID.html

+4
source

Finding an OpenID Attribute Exchange is what you want.

(6 ?), , . , .

:

http://www.google.com/search?q=openid+attribute+exchange

+4

, . 3 OpenID, "email" Google Yahoo. , OpenID.

? , OpenID - , , .

, ... XRI URL- ?

+1

In any case, you should not rely on any user information. See if this is part of the OP answer, and if not, provide the user with a form in which he can fill out the required fields.

0
source

Source: https://habr.com/ru/post/1705077/


All Articles