I have a .NET 8 Blazor WASM frontend using ReportViewer with a .NET 8 Minimal API with the Telerik Report REST Service. All of this is setup and works fine when the reports (trdp) aren't doing anything complicated, but when I try to use a trdp provided to me that uses some WebServiceDataSource calls that require auth I get a 401.
These endpoints that are being hit work using the same AuthenticationToken used to hit the telerik endpoints.
Somehow I need to get the token I am already passing down to also go to those webservicedatasource endpoints. These endpoints are actually in the same project as the telerik report service and work fine on their own with the token