Alternatives for JCIFS NTLM library

后端 未结 7 611
长发绾君心
长发绾君心 2020-12-29 06:26

Are there any alternatives for JCIFS NTLM library?

7条回答
  •  别那么骄傲
    2020-12-29 07:18

    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 and JVM security policies properly. The official documentation from Sun should give you all the details you need, just browse the "security APIs" section.

提交回复
热议问题