[oauth] Re: associating oauth access token with user in the next visit

2009-11-12 Thread Don
Thanks, but from the application (consumer) point of view, the user has not entered any username (user enters username and password on google website). Is there a way to query what is the username/email used to login ? many thanks On Nov 13, 1:17 am, Robert Winch rwi...@gmail.com wrote: The

[oauth] Re: associating oauth access token with user in the next visit

2009-11-12 Thread Robert Winch
If you want to keep track of the access token, then you would likely have authentication occur in your application as well as the authentication at the Service Provider (i.e. at Google). If you do not want to maintain users for your application, then you could use a federated login for your

[oauth] Re: associating oauth access token with user in the next visit

2009-11-12 Thread Don
thanks, now it makes sense. don On Nov 13, 2:13 am, Robert Winch rwi...@gmail.com wrote: If you want to keep track of the access token, then you would likely have authentication occur in your application as well as the authentication at the Service Provider (i.e. at Google). If you do not