根据this文章以及网络上的许多其他文章,Spring Boot Actuator通过使用Actuator端点/auditevents
并通过听{{1} }。
我正在使用AuditApplicationEvents
和OAuth2资源服务器测试Spring Boot v2.1.0.RC1
以验证JWT和用户身份验证,请参见Github ismarslomic/spring-security-resourceserver-example上的代码。
身份验证/授权部分可以正常工作,并且使用Google作为IDP。但是,从未从Spring Boot Actuator触发Spring Security v5.1.1
事件。当我在AUTHORIZATION_SUCCESS
标头中添加JWT时,LoginAttemptsLogger触发并捕获的唯一事件是AUTHORIZATION_FAILURE
。
我还缺少什么?
答案 0 :(得分:0)
这表明是Spring Security中的错误,已在版本5.1.2
和5.0.10
中解决。在https://github.com/spring-projects/spring-boot/issues/14921