Connect to (open) LDAP with javascript or jQuery and no Node.js -
i have pure js/html poc web application , trying authenticate users through ldap. can't seem find info on how this, possible?.
the answers see come around using node.js ldapjs.org , ldapauth trying avoid node.js since i'm not comfortable , time limitations.
as far know, can't initiate ldap connection javascript in browser without using third party application/extension/...
ldap protocol such http, , have use protocol authenticate against directory.
there different solutions though :
- use basic authentication uses ldap directory users backend
- expose api make authentications (available in every language : php, nodejs, python, perl, etc.)
- use third party product handle (lemonldap::ng example, have portal, , application accessible through ll::ng proxy)
- etc.
Comments
Post a Comment