LDAP Integration
Just throwing it out here - has anyone managed to put LDAP authentication? I imagine doing it would be straightforward, similar to this example https://next-auth.js.org/tutorials/ldap-auth-example, but the only issue is the password being saved inside the database as well. Ideally I want to completely remove the password field and only check if a user exists in LDAP with certain groups before providing a session / jwt token back.
0 Replies