BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Julien,Thanks for contacting Syncfusion support.We also have an issue when exporting the report using owin authentication in application, and we have logged a defect report on this. A support incident has been created to track the status of this issue under your account. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
Regards,Yuvaraj D
Startup.cs
public void Configuration(IAppBuilder app)
{
HttpConfiguration config = new HttpConfiguration();
ConfigureOAuth(app);
//WebApiConfig.Register(config);
app.UseCors(Microsoft.Owin.Cors.CorsOptions.AllowAll);
app.UseWebApi(config);
} |