Having a hard time trying to protect an existing CXF JAX-RS service with Kerberos authentication.
I went through what seems to be the reference documentation : http://cxf.apache.org/docs/jaxrs-kerberos.html but it did not help much. I'm actually trying to configure Tomcat+CXF to reproduce this kind of Apache configuration (which works) : <Directory /var/www/> AuthType Kerberos KrbServiceName HTTP/fqdn@realm Krb5Keytab /path/to/file.keytab Require valid-user</Directory> *jaas.conf* and *krb5.conf* were configured. The *KerberosAuthenticationFilter* was declared and referenced in CXF configuration as well. But I could not even reach the point where I get a 401 Forbidden status code. I am stuck. Any help would be very much appreciated. Ramzi
