If you use OAuth2 for internal security, I suggest using oauth to access the management of all your services, considering the presence of a token as something like a session.
, . ResourceServerConfigurerAdapter secure spring, HTTP Authorization: Bearer <token> get, /service/endpoint?access_token=<token>.
( !), , OAuth2Authentication securityContext.
, - JWT, spring, , auth , JWT.
, "" ( ), , .
, ;)