-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Implement Single Sign-On (SSO) Authentication with Azure Active Directory, GitHub, and Google #1193
Comments
This would be awesome! |
Could we also keep a generic "read user from an Auth header" on the radar, as that would open up using basically any third party auth system. For instance, I have Open WebUI header-authenticating via a Cloudflare Access worker tied to Discord and GitHub. |
I use Keycloak. it's better to support generic OIDC. |
+1 on this feature, would make adoption into pre-existing environments much easier and make it easier for companies to use |
I think using https://authjs.dev/getting-started/installation?framework=express might be the best solution since it supports multiple auth methods. The library used in #1326 only supports Google. |
+1, at times majority of documents sit in O365 and SSO/AD integration shall make things more simpler. We could call those documents directly into LLM, by automating the complete process instead of manually feeding via GUI. |
+1 Could also include LDAP auth which is commonly used in company environment. |
Has this enhancement been started yet? If so, where can I follow / maybe contribute to its progress? |
There's a PR from May that started implementing this (at least using google), but it hasn't been reviewed yet: |
I just wanted to add that integrating Single Sign-On (SSO) with third-party authentication providers and OpenID Connect (OIDC) would greatly facilitate deploying this tool across our enterprise. In our case, we use OAuth and Azure Active Directory for authentication, along with Duo for multi-factor authentication (MFA). I would personally love to see this feature request given a very high priority. |
Are there any updates available? When will the integration with authorisation providers available? |
It would be HUGE to also implement Azure EntraID login to the DESKTOP app too. The requirement to add an API key to use Azure Open AI is a blocker for many orgs. (Of course the Docker image can be deployed centrally, but that in-turn introduces complexity.) Imagine a world where enterprise users download a pre-vetted version of the AnythingLLM desktop app from the org's download center, login with their credentials, and now have access to the orgs Azure OpenAI. That would basically be Enterprise ChatGPT... |
Hi, I'm also curious about this feature. It is the only thing I need before being able to implement AnythingLLM across my organization. Thanks! |
What would you like to see?
I would like to suggest a new feature for the implementation of Single Sign-On (SSO) authentication using Azure Active Directory, GitHub, and Google. This feature would enhance security and streamline the login process by allowing users to authenticate through these widely-used platforms.
Why it would be useful:
This feature could potentially lead to higher user satisfaction and streamline workflows by reducing the barriers to entry. I believe that integrating SSO with these services would make a significant positive impact on the user experience.
The text was updated successfully, but these errors were encountered: