July 2017
Intermediate to advanced
414 pages
11h 18m
English
Assume that the new services are written based on Spring Security with a token-based authorization strategy, whereas, the old application uses a custom-build authentication with its local identity store.
The following diagram shows how to integrate between the old and the new services:

The simplest approach, as shown in the diagram, is to build a new identity store with an authentication service as a new microservice using Spring Security. This will be used for all our future resource and service protections, for all microservices.
The existing user interface application authenticates itself against the new authentication ...
Read now
Unlock full access