I am trying to setup some integration tests for a web API. Some of the
routes in the controller I am interested in use the [Authorize]
attribute, backed by JWT authentication using Identity Server 4, to
prevent unauthorized from accessing certain res...