spring-cloud-gateway icon indicating copy to clipboard operation
spring-cloud-gateway copied to clipboard

Catch all authentication failure events: GenericAuthenticationFailureEvent does not exist

Open zargarf opened this issue 3 years ago • 0 comments

Configuring Default Events in spring-security. According to the documentation on page: https://docs.spring.io/spring-security/reference/servlet/authentication/events.html it is possible to configure a catch all event. However, the referenced class GenericAuthenticationFailureEvent does not seem to exist. Can somebody provide some guidance on what we should be using?

zargarf avatar Jul 14 '22 11:07 zargarf