I'm trying to implement HealthChecks to a .net core 3.1 project. The endpoint works fine and returns a valid json.
The problem is when trying to add a ui to the health checks using AspNetCore.Diagnostics.HealthChecks.
It also works fine until I change the settings of the project to windows authentication. When I do that I get the following error:
Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
How can I get the UI to work with windows authentication?