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?