Is there an apache module that implements Kerberos authentication for use by Tomcat and also supports Kerberos delegation?
I\'ve already looked at mod_spnego and it thro
WAFFLE (Windows Authentication Functional Framework) now provides that feature starting from v1.4beta.
It provides a ServletFilter that uses native Windows APIs to authenticate the user, either using Basic or Negotiate authentication. The user then can be impersonated, and native APIs calls will be performed with the access token of the impersonated user.