vote up 2 vote down star

Is is possible to get login credentials such as name/id if user does login by openId

flag

9% accept rate

2 Answers

vote up 1 vote down

You will not get their actual username (or password), but you will get their OpenID wich is unique.

link|flag
vote up 4 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.