I was looking into claimed identifiers, but they seem to have some issues with some providers, evidently? What about an attribute exchange request for an account's email address or something like that? Would that be a good alternative?

Advice much appreciated.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

By "verify return users", I assume you just mean detect when a user returns to your account and log them in?

Attribute exchange data is provided by users, and is both optional and easily changed, so it can't be relied on for anything that is remotely related to account security.

Google's OpenID identifier is only unique per-domain — the workaround is just to have a single domain used for authentication. And that's assuming you have multiple domains. If you only have one domain, then there aren't any problems.

link|improve this answer
So I shouldn't assume that Google immutably binds accounts to their email (gmail) address? If not because it doesn't, then simply because it's not what attribute exchange is meant for? – Hamster Feb 9 '11 at 10:23
feedback

Your Answer

 
or
required, but never shown

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