Open jzheaux opened 2 years ago
Making Spring Security's actions observable at runtime will help make applications more secure. Following recommendations from OWASP, we should:
report-uri
It would be helpful to have a marker class that security events can be identified by:
When these events are fired, Spring Security should:
It can also help applications evaluate performance and usage. To that end we should:
OAuth2AuthorizedClientProvider
Before proceeding on piping events, it's important to understand the following two scenarios:
Making Spring Security's actions observable at runtime will help make applications more secure. Following recommendations from OWASP, we should:
report-uri
endpointsIt would be helpful to have a marker class that security events can be identified by:
When these events are fired, Spring Security should:
It can also help applications evaluate performance and usage. To that end we should:
OAuth2AuthorizedClientProvider