Hi,
how can I use a WebAPI which needs Windows Authentication as Datasource for a Grid thru DataManager in a Blazor Server App?
If I use a WebAPI which needs no Authentication the data is visible in the grid, but for other reasons I need to authenticate with the WebAPI.
The Client can successfully authenticate with the Blazor Server App, but how can I use this Credentials to authenticate to the WebAPI thru DataManager?
Thanks in advance for your help!
Stephan