Hi I was looking for information on how to enable single sign on on Tomcat (I'm using Tomcat 5.5 on Unix) with the SPNEGO mechanism, more specifically I would like to authenticate using a Kerberos ticket.
I found out that there is already an existing JAASRealm, which is able to verify my credentials against a Kerberos authentication service - but still I need to provide my credentials. There are also third party valves, but I did not found any free one working on Unix that would support a "negotiate auth-method". Has anyone ever configured a Tomcat server with seamless authentication ? Is there a plan to support a negotiate auth-method integrated with tomcat ? Thanks and regards Francois