DEV Community

Discussion on: How do I secure this Spring Boot + Thymeleaf + Vue.js app?

Collapse
 
brunodrugowick profile image
Bruno Drugowick

Thanks, Sunit.

Keycloak is an Identity and Access Management by itself. In this case should I ditch Spring Security (or maybe configure to integrate with Keycloak)?

How does this works on the Vue.js side running on a server-rendered page?

I'm interested more in the architectural aspects and its implications on both the development and operation of the solution rather than just making it work, understand?