webley

Results 2 issues of webley

If we hit our introspect endpoint with a missing or invalid client_id, it responds with: ``` 400 BadRequest {"errorCode": "invalid_client", "errorSummary": "Invalid value for 'client_id' parameter."} ``` Unfortunately because it...

[PR 630](https://github.com/AppMetrics/AppMetrics/pull/630/files) added a Microsoft.AspNetCore.App framework dependency to both App.Metrics.AppNetCore and App.Metrics.Extensions.Hosting. As a result, it's no longer possible to host AppMetrics endpoints without AspNetCore also being installed. This is...