Tomcat authentication using SPNEGO/Kerberos and delegation

前端 未结 3 1726
鱼传尺愫
鱼传尺愫 2021-02-04 14:01

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

3条回答
  •  太阳男子
    2021-02-04 14:42

    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.

提交回复
热议问题