문제

I have custom web server application java based. I would like to support Single-Sign-On authentication to my Domain Active Directory using NTLM.

What is the best way to implement it?
Can I accomplished that using JAAS only?

All information that I read point to use Kerberos/SPNEGO but I don't want to use that because my Domain Controller is configured to work with NTLM, and most of my clients are using the NTLM protocols in their domains.

If there is a way to support in my java code both of the protocols NTLM and Kerberos I will be glad to know.

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top