-
-
Notifications
You must be signed in to change notification settings - Fork 641
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 authentication in fider #1018
Comments
@esgn are you still using this solution? I would love to have ldap integrated into fider. The only other solution I found was using keycloak as a middleware. I would rather like to use ldap directly as you did. Is your branch still working? |
Hi! |
Hi @techge |
Thanks both of you! I will have a look at your forks/branches. For now it is good to at least know the status quo. I'll let you know if I was able to integrate LDAP in the new code base as well. And who knows, maybe there will be a PR as well, if we are all lucky :) |
Hi,
I think @indyteo must have mentioned this feature in your previous exchanges.
I've implemented a first version of a working LDAP authentication in fider 0.18, and we're using this modified version for running an internal suggestion box at @IGNF.
As we are looking into updating this internal fider instance, I've pushed to https://github.com/indyteo/fider/tree/ldap the implementation of LDAP authentication into the current fider code base.
Here is a short description of what has been implemented for LDAP authentication :
ldap_providers
table created with migration scriptI understand this feature might be quite "niche" and is a plus for organizations running fider internally. However, if you're interested I could submit a PR for this feature.
The text was updated successfully, but these errors were encountered: