See https://github.com/spring-projects/spring-security/issues/3857
We should fix Spring Boot where it expects an AuthenticationSuccessEvent to also take that event type into account if the spring security team confirms this is an issue.
Comment From: snicoll
Actually it turns out to be an unfortunate name issue rather than something we should be dealing with.
Comment From: webcane
InteractiveAuthenticationSuccessEvent handled by UsernamePasswordAuthenticationFilter only.