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

Plug for OAuth #5

Open
djhaskin987 opened this issue Oct 25, 2023 · 1 comment
Open

Plug for OAuth #5

djhaskin987 opened this issue Oct 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@djhaskin987
Copy link

Describe the feature

I would deploy this in a heartbeat if it had OAuth. That way I could self-host this for my company.

An idea of implementation

No response

Additional context

No response

@djhaskin987 djhaskin987 added the enhancement New feature or request label Oct 25, 2023
@vemonet
Copy link
Owner

vemonet commented Jan 10, 2024

Hi @djhaskin987 , indeed that would be a nice feature!

I never implemented directly OAuth, but already did it for OpenID Connect, which is really close (OIDC just does not need a secret, only the client ID is enough for performing authentication)

What will be required for you to provide OAuth?

  • OAuth client ID
  • OAuth client secret
  • List of users with access to the chatbot? (so people can use generic Auth provider like GitHub or Google, and still limit the user to certain user)
  • List of users with admin access to the chatbot (users that can change the chatbot config and add documents)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants