Narrow range of events listened for in security audit

The InteractiveAuthenticationSuccessEvent is always shadowed by a
regulat AuthenticationSuccessEvent, so there's no need to listen for
all AbstractAuthenticationSuccessEvents.

Fixes gh-4355
This commit is contained in:
Dave Syer
2015-11-02 10:01:45 +00:00
parent 2cfb6fe0f5
commit cc3f673874
3 changed files with 16 additions and 5 deletions

View File

@@ -2,4 +2,5 @@ spring.thymeleaf.cache: false
security.basic.enabled: false
# demo only:
security.user.password: password
logging.level.org.springframework.security: INFO
logging.level.org.springframework.security: INFO
logging.level.org.springframework.boot.actuate.audit.listener.AuditListener: DEBUG