【已解决】远程调用获取当前用户为NULL

项目名称:KOCA
KOCA版本 :5.2.0
KOCA模块 :koca-client
模块版本 :5.2.0
场景 :业务服务远程调用认证服务接口,在认证服务调用
rustedPrincipal currentUser = AuthContextHolder.getPrincipal(); //获取当前用户信息
为null
问题 :
报错细节 :
尝试解决方案:

在消费者服务启动时确定com.szkingdom.koca.client.auth.KocaAuthRequestInterceptor拦截器被加载,如果没有加载,需要添加配置:

koca:
  client:
    auth:
      type: koca