Inside an application that is running IdentityServer4, I want to get an access token so that that the app can access another service that requires authentication. I found this answer that addresses IdentityServer3. I want to know if there is a similar mechanism in IdentityServer4.
I've already tried searching the github repo for IssueClientToken
but got no hits.