0

I have an ASP.NET Core 6.0 web application that uses Microsoft.AspNetCore.Identity in order to authenticate users.

Everything is ok when I run application on Windows and IIS and SigIn section works properly, but when I run on Mac with Kestrel, it returns to the login page without authentication.

Is the problem related to Microsoft.AspNetCore.Identity package that just works on Windows?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
  • When you run on Mac/Linux, then paths (upper/lowecase) might be a source of trouble. What error do you get? what does the logs say? – Tore Nestenius Dec 25 '22 at 13:08
  • Does this answer your question? [Windows Authentication for Kestrel hosted in Windows service](https://stackoverflow.com/questions/53842990/windows-authentication-for-kestrel-hosted-in-windows-service) – odaiwa Dec 25 '22 at 15:27

0 Answers0