NTLM authentication in phoenix?

I am writing a new version of an existing app. The old app is in Node + React stack and uses something called NTML authentication, which checks an incoming user against an ActiveDirectory list for authentication.

The previous app simply uses “express-NTML” middleware for the business logic. Is there a similar lib in elixir/phoenix that has this functionality, or am i stuck with rolling out the logic myself?

thanks!

2 Likes

I’ve not used NTML, but I’m authing against AD via the LDAP protocol without issue.