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

Add support for OpenID Connect #1

Open
kulbinderdio opened this issue Mar 29, 2021 · 1 comment
Open

Add support for OpenID Connect #1

kulbinderdio opened this issue Mar 29, 2021 · 1 comment

Comments

@kulbinderdio
Copy link

Just tried this out and it all worked without a hitch, but what would be really useful to me would be if this allowed log in via OAuth. Maybe have config for different providers, e.g. Google, Facebook, etc

@9876691 9876691 changed the title OAut OAuth Mar 29, 2021
@9876691
Copy link
Contributor

9876691 commented Mar 30, 2021

This is definitely something I'd like to add.

So I can split this into 2 pieces. Given the definitions below

OAuth 2.0: If you’ve ever signed up to a new application and agreed to let it automatically source new contacts via Facebook or your phone contacts, then you’ve likely used OAuth 2.0. This standard provides secure delegated access. That means an application can take actions or access resources from a server on behalf of the user, without them having to share their credentials. It does this by allowing the identity provider (IdP) to issue tokens to third-party applications with the user’s approval.

OpenID Connect: If you’ve used your Google to sign in to applications like YouTube, or Facebook to log into an online shopping cart, then you’re familiar with this authentication option. OpenID Connect is an open standard that organizations use to authenticate users. IdPs use this so that users can sign in to the IdP, and then access other websites and apps without having to log in or share their sign-in information.

In the first phase we could support OpenID Connect.

There's an openid example https://github.com/kilork/openid

@9876691 9876691 changed the title OAuth Add support for OpenID Connect Mar 30, 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