ASP.NET Core app using Windows authentication, client does not negotiate after OPTIONS request
I’m having an issue with an ASP.NET Core app that is using Windows authentication and CORS. Windows auth works fine for direct API calls. But the client fails to initiate negotiate after an OPTIONS
request (the API returns 401 with www-authenticate Negotiate, and the client fails).
AspNet.Core app using Windows Authentication, client does not negotiate after OPTIONS request
Having an issue with an AspNet.Core app that is using Windows Authentication and CORS. Windows auth works fine for direct API calls. But client fails to initiate negotiate after an OPTIONS request (the API returns 401 with www-authenticate Negotiate, and the client fails).