I tried very hard to familiarize myself with the various authentication protocols for Windows (NTLM v1, NTLM v2, Keberos, LDAP ..) and based on this understanding, I believe that NTLM (v1 / 2) should be the target implementation.
I have a simple web application developed in Scala Play for which I would like it to have a login feature based on user credentials (manually or through an existing workstation session).
Having said that, I'm struggling to get it to work. I found several libraries on the Internet that are mostly poorly documented, while others are commercial.
A simple example or resource on how to make it work will be very useful.
source
share