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

前端 未结 6 1522
被撕碎了的回忆
被撕碎了的回忆 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条回答
  •  一整个雨季
    2020-12-16 14:44

    This can also be thrown if your using Active Directory as the KDC and the keytab user is configured for a different encryption setting than your keytab is using. In my case AES 128 was configured and I was expecting AES 256. A simple change of the configuration within AD resolved the issue.

提交回复
热议问题