spring-projects / spring-security-kerberos

Spring Security Kerberos
https://spring.io/projects/spring-security-kerberos
182 stars 226 forks source link

Outdated documentation for Kerberos integration #160

Closed sergeykad closed 1 year ago

sergeykad commented 2 years ago

Describe the bug The documentation suggests using the deprecated WebSecurityConfigurerAdapter class for Kerberos integration.

To Reproduce See the following links: https://docs.spring.io/spring-security-kerberos/docs/current/reference/html/ssk-spnego.html https://docs.spring.io/spring-security-kerberos/docs/current/reference/htmlsingle/

Expected behavior There will be Kerberos integration examples aligned with the changes described here: https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter As it is, there is no documentation about how Kerberos integration should work now.

sjohnr commented 2 years ago

Thanks for reaching out, @sergeykad!

See this comment. Unfortunately, I don't believe there's an update available at this time on spring-security-kerberos.

sergeykad commented 2 years ago

@sjohnr The project recommended in #157 also did not have commits for over a year and seems dead. Are there any additional options for Kerberos integration?

sjohnr commented 2 years ago

@sergeykad, I'm not personally aware of any, but I haven't spent much time with Kerberos integrations.

jvalkeal commented 1 year ago

Superseded by #176