Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Oauth2 Support #508

Closed
WilliamHoang opened this issue Nov 25, 2014 · 5 comments
Closed

Feature Request: Oauth2 Support #508

WilliamHoang opened this issue Nov 25, 2014 · 5 comments
Milestone

Comments

@WilliamHoang
Copy link

WilliamHoang commented Nov 25, 2014

Feature Request: Oauth2 Support

Scenario:
Provide support for social network login and sync functionality based on session/token

Links:
https://dev.twitter.com/oauth/overview
https://developers.facebook.com/docs/android/login-with-facebook/v2.2

@adamcfraser Would this be possible and what the necessary components needed?

@adamcfraser
Copy link
Collaborator

OAuth2 support is possible, as far as I know. There are more moving pieces required (on both clients and gateway) than the token-based implementation we've got for Facebook now, but we could get it on the roadmap. I agree it would be useful in particular for something like twitter-based auth - I don't think they've got any alternative. For Facebook - have you heard of particular issues when trying to use our existing token-based auth that would specifically require OAuth2? The only Facebook issue I've heard about is the one described in #493.

@tleyden
Copy link
Contributor

tleyden commented Nov 25, 2014

@adamcfraser the main "ask" here is to support twitter logins, and if we used OAuth2, it might kill more birds with one stone.

@WilliamHoang
Copy link
Author

@adamcfraser outside of the #493, which OAuth2 support would resolve I believe, I have not heard of other issues aside from Use-Case where folks are looking for alternatives outside of what we currently have.

Curious to understand what would be the additional moving pieces you see?

@zgramana
Copy link
Contributor

OAuth2 is frequently used as a bridging protocol used to implement federated identity with existing (and often complex) authentication systems. Social providers are among them, but there's also wrapping OAuth2 around Active Directory, for example, or a custom Java SSO system built in-house.

@zgramana zgramana added this to the 1.3 milestone Aug 22, 2015
@adamcfraser
Copy link
Collaborator

Closing, as will be delivered via OpenID Connect support in 1.3.

@adamcfraser adamcfraser changed the title Feature Request: Oauth2 Support Feature Request: Oauth2 Support May 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants