Is is possible to get login credentials such as name/id if user does login by OpenId?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are two accepted methods for retrieving these kind of things by OpenID: SReg and Attribute Exchange (AX). Both of these are extensions to the standard OpenID specification; SReg is the older of the two and specifies a set of fields that can be requested and sent with authentication, whereas AX allows requesting of any attribute.
Both of the specification documents are pretty concise on how they work, although it’s difficult to guage what the standard ‘names’ are for attributes to be requested from AX. Usually, servers tend to implement the SReg names.
OpenID Simple Registration Extension Specification 1.0
OpenID Attribute Exchange Specification 1.0 Final