BadCredentialsException: Kerberos validation not succesfull

前端 未结 2 1367
野的像风
野的像风 2020-12-19 12:50

I would like to perform authentification with SPNEGO. I use:

  • spring-core-3.1.0.RELEASE.jar
  • spring-security-core-3.1.0.RELEASE.jar
  • spring-sec
2条回答
  •  我在风中等你
    2020-12-19 13:19

    At least Java 7 is not (or, my version is not) able to handle the "file:" prefix: See this link. I had to make the same modification to Spring sources as you did. Thanks, this was helpful. Wasted half a week on trying different configurations.

提交回复
热议问题