This may be a dumb question, but here goes :)
I have the following applications in this problem:
- An IdentityServer3
- A WebApi2 application which uses the Identityserver as its authenticator
- MVC web app
What I want to do, is to call a secured service on the WebApi from the IdentityServer, but in order to do so I require an access token.
How do I within the IdentityServer issue an access token to itself (which in order will be authenticated through itself from the WebApi)