I'm reading about Federated Login for Google Account Users to figure out how I can have a user log in to a web application using their Google Account.
So towards the end of the process, Google returns a Google supplied identifier which is appended as 'openid.claimed_id'. This means the web application uses this identifier to recognize the user and allow access to application features and data. My question is, is this identifier static? meaning can I use this identifier to repeatedly id the same user?
Thanks, Hristo