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]: Provide a Google AUTH_TYPE #2756

Open
bugfix4u opened this issue Dec 4, 2024 · 0 comments
Open

[➕ Feature]: Provide a Google AUTH_TYPE #2756

bugfix4u opened this issue Dec 4, 2024 · 0 comments
Assignees
Labels
Architecture Requires an architecture change/review Feature A new feature

Comments

@bugfix4u
Copy link

bugfix4u commented Dec 4, 2024

Is your feature request related to a problem? Please describe.
Add an AUTH_TYPE for Google authentication.

Describe the solution you'd like
Proposed example config:

AUTH_TYPE=GOOGLE
AUTH_GOOGLE_ALLOW_SIGN_UP=false
AUTH_GOOGLE_CLIENT_ID=MY_AUTH_GOOGLE_CLIENT_ID
AUTH_GOOGLE_CLIENT_SECRET=MY_AUTH_GOOGLE_CLIENT_SECRET
AUTH_GOOGLE_SCOPES=https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
AUTH_GOOGLE_AUTH_URL=https://accounts.google.com/o/oauth2/auth
AUTH_GOOGLE_TOKEN_URL=https://accounts.google.com/o/oauth2/token
AUTH_GOOGLE_API_URL=https://www.googleapis.com/oauth2/v1/userinfo
AUTH_GOOGLE_ALLOWED_DOMAINS=mycompany.com
@shahargl shahargl added the Architecture Requires an architecture change/review label Dec 4, 2024
@shahargl shahargl self-assigned this Dec 4, 2024
@dosubot dosubot bot added the Feature A new feature label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture Requires an architecture change/review Feature A new feature
Projects
None yet
Development

No branches or pull requests

2 participants