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:
@@ -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
|
||||
Reference in New Issue
Block a user