jnorthr / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

google #242

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Does socialauth support Google's OAuth2?

Original issue reported on code.google.com by q8e192@gmail.com on 4 Jan 2013 at 12:25

GoogleCodeExporter commented 8 years ago
Not yet. But we have GenericOAuth2Provider. So you can try this with your 
google OAuth2 keys. You have to make following entry in 
oauth_consumer.properties file

socialauth.myprovider = org.brickred.socialauth.provider.GenericOAuth2Provider
myprovider.consumer_key=XXX
myprovider.consumer_secret=XXX
myprovider.authentication_url=.....
myprovider.access_token_url=.....

Here myprovider will be your providerid. 

Regards
Tarun

Original comment by tarun.na...@3pillarglobal.com on 8 Jan 2013 at 11:57

GoogleCodeExporter commented 8 years ago

Original comment by tarun.na...@3pillarglobal.com on 16 Jan 2013 at 2:42