Invoking a microservice


Having the access token, all you need to do is to create the request to the endpoint you want to invoke and then set the authorization header as following:
"Bearer ACCESS_TOKEN"
Where ACCESS_TOKEN is the Access Token returned by Token Service.
If token is expired or from a not allowed scope for the endpoint you are trying to invoke, you will get 401 Unauthorized.