plankanban / planka

The realtime kanban board for workgroups built with React and Redux.
https://planka.app
GNU Affero General Public License v3.0
7.81k stars 726 forks source link

LDAP authentication #72

Open rpelissi opened 3 years ago

rpelissi commented 3 years ago

Hi and Happy New Year! I wish you the best for the new year! Just to let you know that I love this solution. What could be even more cool is to add ldap authentification to the solution.

Thanks again for your work! R.

nickbe commented 3 years ago

We just added this to our list. Thanks for hinting.

ikaruswill commented 3 years ago

+1 Would appreciate this feature as well.

By the ways, just a shoutout to you guys. Really appreciate the work you guys have put in to Planka. I like the fact that it's lightweight, snappy, and simple. I've tried many alternatives out there like Wekan, Kanboard, Taiga, Restyaboard, but all of them are either too heavy, or too specialized for a specific purpose (Software development for e.g.)

swatcats commented 3 years ago

+1

erwaan commented 2 years ago

Hello everyone ! I am looking to add a connection functionality to an LDAP. I'm still figuring out how and where to implement it. I have some leads so far, in the files /client/src/actions/login.js or /client/src/actions/entry/login.js, or by using the functions defined in client/src/api/user.js

If anyone here has any leads for research or indications, I'm all ears. Thank you !

EDIT (3rd June 2022) : Now I manage to make calls to a test ldap in the /server/api/controllers/access-token/create.js file. The goal would be to establish a connection with a user here, to return an access token needed to connect. This token is verified in /client/src/sagas/login/services/login.js.

erwaan commented 2 years ago

I finally managed to add authentication by ldap, I will share my code for a pull request as soon as possible

kaptinlin commented 2 years ago

+1 for ldap support

nickbe commented 2 years ago

@erwaan Very nice!

kaptinlin commented 2 years ago

@erwaan look forward to the pull request.

erwaan commented 2 years ago

I will make the pull request with my company's account @astenmco

astenmco commented 2 years ago

Here it is #268

accade commented 1 year ago

Any news about this would be very appreciate.

ghost commented 1 year ago

+1 for efforts !

13robin37 commented 1 year ago

Here it is #268

Any chance you can check that PR @astenmco? Nice work!

astenmco commented 1 year ago

It's done ! :)

Vibeshibe commented 1 year ago

Really looking forward to LDAP support

pca-homsi commented 10 months ago

You have an option to work with OIDC provider backed by an LDAP database like the ldap user federation in keycloak

trivialkettle commented 6 months ago

Any news on this one?

meltyshev commented 6 months ago

Any news on this one?

We plan to add this, but it's hard for us to provide an exact date, we're solving major issues for v2 right now. There's a good chance it will be in the v2 release.