-
Notifications
You must be signed in to change notification settings - Fork 406
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
LDAP integration for user authentication #420
Comments
Yes, Omniauth-LDAP would be an excellent way to implement this and is what tons of projects use. It's my first choice if I end up needing to implement it. EDIT: Wait, seriously? It's that easy? :D I'll probably have a go at it in a little while. I would love to have this exposed in more obvious config files, however - having it directly inside config/initializers/devise.rb is super awkward. |
@bodrovis might be the best person to answer this, because to be honest I have no experience implementing with LDAP. That being said, I wouldn't mind a configurable plugin to Kandan that adds this in, but I'm not sure if we should include it by default. |
+1 |
Hey there,
We use LDAP/Active Directory for everything (well, LDAP, really, but both would be nice) and if we wanted to use this in our wider organization instead of just for our team we would need LDAP integration.
Any thoughts on adding it? I might eventually start trying to hack it in if it isn't a priority for anyone else.
EDIT: It appears Omniauth will let me put this in with very little work, so it's sort of already there. I'll have to test it out and see how well it works, but this is sort of solved. I would like there to be official documentation on adding/using LDAP support and eventually some sort of group integration, however.
The text was updated successfully, but these errors were encountered: