Kerberos - Cannot find key of appropriate type to decrypt AP REP - RC4 with HMAC

前端 未结 6 1524
被撕碎了的回忆
被撕碎了的回忆 2020-12-16 14:27

I\'m trying to setup SSO for Java WebApp using Kerberos/SpNego. I\'m using:

  • Java 1.7u67
  • org.springframework.security.kerberos 1.0.0.RELEASE
6条回答
  •  萌比男神i
    2020-12-16 14:41

    We also got a Invalid argument (400) - Cannot find key of appropriate type to decrypt ... error.

    This can simply be thrown if the path to the keytab is wrong (in our case, we forgot we got a docker volume mapping there).

    So, be sure the keytab path is the right one, as this could fire this weird exception.

提交回复
热议问题