Ntlm Authentication in Java

Recently I had to integrate a java based application with a web-service that used NTLM authentication. Since this was the first time I came across NTLM I initially had to explore how to deal with that auth-scheme. Luckily, I finally stumbled upon the Authenticator-class in Java and learned that there is build in support for NTLM already....

September 20, 2019 · 4 min · schoeffm