Reputation: 8905
I recently encountered a situation where the same Google user visit my website twice but end up recognized as two different users. Although the email is the same, the openid is different. Wonder if it just some kind of accident on my own (I'm using omniauth anyway)? I have use Open ID in SO here for quite several years but never experience SO recognize me as someone else, so I guess Open ID should never change. Is that true that Open ID of the same user can be changed?
Upvotes: 1
Views: 62
Reputation: 522442
Google's returned OpenID is a combination of the user's id and your domain. I.e. the user [email protected] has a different OpenID when logging in at example.com
and bar.com
.
Upvotes: 1