How to pass Blazor server Windows Authentication to call another Web API?
I have a Blazor server app with Windows Auth (Negotiate), I am correctly authenticated, got user claims. However I am unable to set up setup HttpClient(Factory) to call another API using provided Windows credentials. I think WebAPI request should be authenticated using Negotiate header but I am unable to set it up or pass it through to HttpClient.
0 Replies