LDAP Login
Is it possible to use LDAP Authentication to sign in a user?
- KajMagnus @KajMagnus2018-10-17 19:49:17.163Z
Hi Kevin, LDAP authentication is not currently supported. Can I ask, do you have in mind an on-premise installation, or the SaaS hosting?
- NNoor Basha MS @noor_basha
Hi @KajMagnus , May i know LDAP is possible now in TY?.
- KajMagnus @KajMagnus2022-01-25 13:23:20.987Z
Not currently. Except for maybe indirectly via sth like Keycloak and identity federation, not sure if that works with LDAP though.
How important is LDAP to you? What about OIDC or SAML? (Only OIDC currently supported.)
What LDAP server do you use? (MS Active Directory? OpenLDAP?) Can I ask, what type of organization are you? (if you want, send me a PM, click my username)
***
There was just recently (some weeks ago) yet another organization who asked about LDAP, and I'm thinking LDAP will be supported within 2 – 6 months.
- KIn reply toKevin⬆:@Kevin
Hi KajMagnus, I want to do a on-premise installation.
Maybe it's possible to implement LDAP by myself. Does anybody have experience in that?- AAdrián López @adrianlzt
We want also to integrate with our local LDAP server.
I have found this: https://github.com/sneridagh/osirisLast commit is Jul'2014, I hope it still works
- Progresswith doing this idea
- KajMagnus @KajMagnus2018-10-22 13:07:54.626Z
Hi @Kevin and @adrianlzt and @melanopsis, I'd like to implement LDAP and Okta authentication, and ... probably will take a while before this happens. I found a Java library that supports LDAP, SAML, Okta, ... seemingly everything one can imagine: ( + OAuth for Gmail, Facebook etc)
https://www.pac4j.org/
and asked the developers about why they're building pac4j — it's sort of part of their job; they make money by providing related consultancy services. https://groups.google.com/forum/#!topic/pac4j-users/5AfDGrp9n0Y - KajMagnus @KajMagnus2018-10-28 07:55:36.937Z
pac4j supports Keycloak too: https://github.com/pac4j/pac4j/search?q=Keycloak (someone mentioned Keycloack with Talkyard over at Hacker News. ), but Silhouette doesn't (that's the authentication lib Talkyard uses, currently).