spring-authorization-server
spring-authorization-server copied to clipboard
A community-driven project led by the Spring Security team and is focused on delivering Authorization Server support to the Spring community
**Describe the bug** I found a potential security issue that I would like for you to confirm. Also can I list the details here?
Logout in angular home page is working due to invalid CSRF token issue after logging through federated authorisation. ![Uploading Screenshot 2023-10-16 at 9.21.09 PM.png…]()
**Describe the bug** **To Reproduce** Expect no cross domain errors to be reported
I previously asked a question on Stack Overflow regarding [preventing the override of RequestCache](https://stackoverflow.com/questions/75486641/how-can-i-prevent-requestcache-from-being-overriden). As I mentioned, I encountered an issue where accessing **/security-question** without authentication would override the request...