For OpenID, when authenticated against Google, the authenticated URL that is returned is different across different browsers, IP addys, &c.
How does one obtain a unique user identifier from Google's OpenID implementation?
Login on one computer and I can get the following: https://www.google.com/accounts/o8/id?id=AItOawk......_OESXik
Login on my BlackBerry with same user account I get a different URL: https://www.google.com/accounts/o8/id?id=AItOawk......_ABIRop
Shall I assume yet a tertiary HTTP call must be made somewhere to uniquely identify the login?