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

前端 未结 6 1526
被撕碎了的回忆
被撕碎了的回忆 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:51

    In my case, the jaas config file of the server needed the parameter "storeKey" set to true.

提交回复
热议问题