spring-projects / spring-security-kerberos

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

Fix sample for later versions #118

Closed paul-bjorkstrand closed 4 months ago

paul-bjorkstrand commented 7 years ago

Makes this sample valid for both 1.2.x and 1.4.x versions of spring boot, otherwise tomcat initializes its own authentication manager which does not use the configuration from the config class.

rwinch commented 4 months ago

Closing. The samples have since been updated for Boot 3.x