ASP.NET Core JWT/Windows Authentication HTTP 400 Error
问题 I have an ASP.NET Core 2.1 Web API which currently requires users to enter a username/password to recieve a JWT for authorization. I want to add the option of using Windows Authentication to recieve a JWT as well. Ultimately, I plan to have two authorization controllers, one for username/password, the other for Windows Auth. To test this, I first enabled Windows Authentication in IIS express, by right clicking on my project and going to Properties. Then, I made a simple test controller to see