I am using SSO and preAuthenticated Filter in my micro services. Micro services are built using spring boot and are stateless in nature. How can I apply CSRF protection across all micro services using spring security. Please let me know if any solution is available to implement CSRF for this scenario.
Asked
Active
Viewed 116 times
0
-
Did the answer below helped you? – Fabio Manzano Sep 02 '18 at 17:07
1 Answers
0
You are probably looking for a proxy server. Take a look at Zuul and its security filters:
https://github.com/spring-cloud/spring-cloud-netflix/issues/796
https://github.com/spring-cloud/spring-cloud-security/issues/88

Fabio Manzano
- 2,847
- 1
- 11
- 23