Java Unix client call NTLM Authenticated REST API

Google research gives me a lot of articles on implementing NTML server side security in Java. My client has the opposite situation.

They have a Java service running on Unix that should call our proven Windows C # REST API. Their attempts are still creating 401.2 Unauthorized

with a headline WWW-Authenticate: Negotiate, NTML

.

What Java library or tutorial can help provide the Windows credentials required for a Unix Java service to run?

+3


source to share





All Articles