Active Directory authentication for intranet app?

Hello,

I want to make intranet application that will help my company sell used notebooks among employees.

Can I use integrated Active Directory authentication?
If so, how could I do that?

Will this work?
jmerriweather/exldap: A module for working with LDAP from Elixir (github.com)

Thanks! :smiley:

1 Like

It certainly is possible and whilst I’ve not used the exldap library, I have used Erlang’s eldap (Erlang -- eldap) with success.

Exldap looks like a good place to start and there are some good examples on the repo’s page to get you started.

Edit: I found this library as well (again, I’ve not used it): GitHub - minijackson/paddle: A library simplifying LDAP usage in Elixir projects

2 Likes