fer626 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Using OAuth 2.0 for Login #456

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

https://developers.google.com/accounts/docs/OAuth2Login

http://javadoc.google-api-java-client.googlecode.com/hg/1.8.0-beta/com/google/ap
i/client/googleapis/auth/oauth2/GoogleAuthorizationCodeFlow.html

http://javadoc.google-oauth-java-client.googlecode.com/hg/1.8.0-beta/com/google/
api/client/extensions/appengine/auth/oauth2/AbstractAppEngineAuthorizationCodeSe
rvlet.html

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

App Engine and Java

Please describe the feature requested.

We should add an OAuth 2.0 flow for Google APIs (e.g. GoogleLoginFlow) that 
behaves like GoogleAuthorizationCodeFlow, but leverages Google's OAuth UserInfo 
API to also log in the user.  We also need to provide an abstract servlet 
implementation like AbstractAppEngineAuthorizationCodeServlet that manages the 
login servlet flow based on the Google log in flow.

Original issue reported on code.google.com by yan...@google.com on 10 Apr 2012 at 11:21

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 14 May 2012 at 2:21

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 30 May 2012 at 7:25

GoogleCodeExporter commented 9 years ago

Original comment by mlin...@google.com on 4 Jun 2012 at 3:16

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 14 Jul 2012 at 11:56

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 26 Sep 2012 at 12:36

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 4 Oct 2013 at 1:08