I've seen sign in methods using GitHub as an authentication provider, for example for http://c9.io.

Is it possible to authenticate into Stack Overflow using this method? At the moment there's other methods such as OpenID, Google, Yahoo and Facebook, but it would be interesting to also have the GitHub authentication.

share|improve this question

2 Answers

up vote 17 down vote accepted

You can log into any Stack Exchange site using the credentials from any Open ID provider. Unfortunately, at this time, GitHub is not an Open ID provider, so you can't log in using those credentials.

Also, it's highly unlikely that SE would create a special login mechanism for GitHub accounts unless there was great incentive to do so; it would require resources (time, money) to fabricate a custom mechanism when one already exists for this specific purpose (Open ID).

If anything, I suggest that you urge GitHub to become an Open ID provider, rallying support around that initiative. Once they are an Open ID provider, you'll be able to login to any Stack Exchange site with those credentials and link them to your account.

share|improve this answer
1  
or, OAuth 2.0 which is nearly as convenient. – Jeff Atwood Apr 20 '12 at 3:40
@Tracker1 It's still not OpenID, unfortunately. – casperOne Apr 10 at 11:19

It's worth noting that they do support OAuth3 it looks like...

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged