How to integrate openid into my existing logging system?
I want to integrate openid into my existing logging system. I'm using simple openid php class to implement it. I could not understand how i could get user's information from the openid provider to add them to my database while the users are registering for the first time.?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?What kind of "user information" are you expecting? Are you talking about the data from the Simple Registration extension?
-
i want to fetch the user's name, country, email, phone/mobile from his profile which he registered to the openid provider. and i dont know how to parse the response from the openid server. -
I see. Well, I would recommend using a library if you're not already. The one piece of documentation that I found was here:
http://openidenabled.com/files/python...
Loading Profile...



EMPLOYEE