-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Using LDAP for authentication #8660
Comments
I'd say it should be possible some time in the future but don't know exactly when, my rough estimate is at least Q2 2025 CC: @Bonapara |
Below is what Github copilot tells how to support LDAP. Will that work? Based on the search results, there are no direct mentions of LDAP integration or support in the Here are some relevant findings:
For LDAP integration, you might need to extend the current authentication services to support LDAP. This typically involves:
You can start by examining the existing SSO implementations and then add LDAP-specific logic and configuration. To add LDAP (Active Directory) authentication support for the Twenty CRM repository, you would need to create or modify several files to integrate with LDAP. Below are the steps and example code snippets for integrating LDAP authentication:
This guide provides a basic structure for integrating LDAP authentication into the Twenty CRM application. You may need to adjust the code to fit the existing architecture and handle specific requirements. |
Hi @code1704, we are about to add SAML and OIDC, with an estimated time of arrival in one month. Would that work for you? What additional benefits would LDAP provide? |
Any plan to support LDAP Auth (like https://www.metabase.com/learn/metabase-basics/administration/permissions/ldap-auth-access-control)?
The text was updated successfully, but these errors were encountered: