Open
Description
<authentication-manager>
doesn't have a attribute to set a custom AuthenticationEventPublisher.
I want add custom AuthenticationException-AbstractAuthenticationFailureEvent mappings to DefaultAuthenticationEventPublisher
through setAdditionalExceptionMappings
method and inject it to AuthenticationManager , but this bean can't be injected to AuthenticationManager genereted by <authentication-manager>
because there isn't a attribute of <authentication-manager>
to reference it.