Kerberos authentication and SPNEGO negotiation
Hi all!
I am relatively new in the Kerberos authentication.
I do success to perform the Kerberos authentication as described in the article below:
http://download.oracle.com/javase/6/docs/technotes/guides/security/jgss/lab/part6.html
Unfortunately, I can not enable the SPNEGO negotiation between my Tomcat server and the Internet Explorer browser.
Is the SPNEGO negotiation supported by Java GSS?
How can I enable it?
Or should I create / use a SPNEGO negotiation HTTP sevlet filter?
Please help,
Michael