hargata / lubelog

LubeLogger is a web-based vehicle maintenance and fuel mileage tracker
https://lubelogger.com
MIT License
1.12k stars 58 forks source link

LDAP Authentication? #295

Open lue30499 opened 8 months ago

lue30499 commented 8 months ago

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.

hargata commented 8 months ago

Just added OIDC support: https://docs.lubelogger.com/OpenID

Let me know if this will work for your use case.

ShadowPeo commented 8 months ago

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.

GlenNicholls commented 6 months ago

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

marlowleon commented 5 months ago

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?