openKB icon indicating copy to clipboard operation
openKB copied to clipboard

Add ldap authentication

Open thedaftbadger opened this issue 9 years ago • 5 comments

Add the possibility of adding LDAP authentication for users.

thedaftbadger avatar Sep 03 '16 08:09 thedaftbadger

How would this work? You setup an LDAP server in the config. Admin accounts can setup a user id which is allowed to login and sets LDAP as authentication method. When an allowed user logs in, if authentication is set to LDAP, the user credentials are checked against the LDAP server set in the config?

mrvautin avatar Sep 03 '16 08:09 mrvautin

Exactly that :)

Or the way we have seen this in the past is either you allow on a user ID basis in LDAP or a security group. Ideally you would allow an LDAP security group permission to login and then set the edit level of that allowed group in openKB.

That way it is much easier for IT admins to administer access to openKB and uses existing organisation permission structures.

thedaftbadger avatar Sep 03 '16 09:09 thedaftbadger

@mrvautin this might be of some help!?? Using LDAP authentication for node.js

thedaftbadger avatar Feb 28 '17 19:02 thedaftbadger

I agree with thedaftbadger, Best way to solve LDAP authentication would be to be able to link security Group "names" to specific roles inside openkb (defined in open kb)?.

I just started out with node.js so im not able to implement it.

xiddic avatar Jul 26 '17 07:07 xiddic

+1 This is a requirement for most organisations looking to use openKB internally.

Wardrop avatar Mar 27 '18 06:03 Wardrop