DEV Community

Discussion on: How to implement Security to connect monolithic Spring 3 application with spring boot microservice?

Collapse
 
major13ua profile image
Ievgen

It depends from desired security model. If your new service is backed only, and integration model is server - server, basic server auth is enough for most cases. If client privileges is needed, jwt token could be good options, as no db for shared state needed.