Anonymous Aware Middleware with Endpoint Routing and Healthchecks

added by DotNetKicks
2/13/2020 1:49:24 PM

996 Views

In this post, I want to describe an approach to allow anonymous access to a health check endpoint, added using the MapHealthChecks extension on EndpointRouting. I'll also cover how to make changes to custom middleware so that it doesn't apply to endpoints which allow anonymous access.


0 comments