-
-
Notifications
You must be signed in to change notification settings - Fork 68
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? #295
Comments
Just added OIDC support: https://docs.lubelogger.com/OpenID Let me know if this will work for your use case. |
I too would like LDAP over OIDC, but OIDC is a secondary if we get no LDAP. The primary reason I would prefer it, is that it is local. I could run something like Keycloak locally but that's just another layer I would then need to manage, LDAP direct does not have this. |
I'm using OIDC with Authentik. I don't use Keycloak so can't speak to that, but Authentik can handle forward auth, OIDC, LDAP, etc. so identification is managed by a single tool |
im having issues with authentik, it just loops when trying to sign in. Did you do anything specific? |
After some consideration, we have decided not to pursue this feature as the scope can easily be covered using a dedicated OIDC Provider such as Authentik, Authelia, Keycloak, etc. We have looked into it, built a mvp, and realized that our implementation of LDAP is probably not going to be as secure/robust as dedicated Auth providers. |
Similar to #287 .
I have most of my app authenticated with ldap/sso. So I can have one user account across all my apps with out needing to maintain >20 user stores.
The text was updated successfully, but these errors were encountered: