ASP.NET framework 4.8 cookie authentication provider does not trigger onValidateIdentity
I’m using the ASP.NET framework CookieAuthenticationProvider to generate an identity with AspNet.Identity.Core version 2.2.2. The cookie seems to be correctly generated when I look at it from the …