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

consider using OAUTH 2 for user auth #1

Open
philips opened this issue Sep 30, 2015 · 2 comments
Open

consider using OAUTH 2 for user auth #1

philips opened this issue Sep 30, 2015 · 2 comments

Comments

@philips
Copy link

philips commented Sep 30, 2015

One interesting thing would be instead of relying on a database for the users and passwords would be to use OAUTH 2. Then aproxy could have a pure user/roles map and use the OAUTH 2 public key to verify the user instead of relying on a custom password database.

This is an OAUTH 2.0 / OIDC provider written in Go if this seems interesting: github.com/coreos/dex

@QLeelulu
Copy link
Contributor

Interesting idea, dex seems like a good choice to integration by default.
Is dex popular ?

@philips
Copy link
Author

philips commented Sep 30, 2015

@QLeelulu dex is really new but it is based on OAUTH 2.0 / OIDC which is used by Facebook, Google, etc. Just an open source version others can use written in Go.

QLeelulu added a commit that referenced this issue Apr 22, 2017
QLeelulu added a commit that referenced this issue Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants