Alternatives for JCIFS NTLM library
问题 Are there any alternatives for JCIFS NTLM library? 回答1: Waffle - https://github.com/dblock/waffle Has filters, authenticators, supports spring-security, etc. Windows-only, but doesn't require native DLLs. 回答2: To be honest, you should not look for one. For your SSO needs you should use proper kerberos / SPNEGO instead of the legacy NTLM. For that stuff you need no special libraries as JVMs are already enabled for doing that automatically. All you have to do is to configure your application