Debian: No authentication handler is configured to handle the scheme: Automatic
问题 I have some issue like this, but i can't understand how to solve it for Debian. At first, i configure my application as described below app.UseCookieAuthentication(new CookieAuthenticationOptions { AuthenticationScheme =MyAuthSchemeName, CookieName = MyCookiName, AutomaticAuthenticate = true, AutomaticChallenge = false, SlidingExpiration = true, ExpireTimeSpan = TimeSpan.FromDays(1), DataProtectionProvider = DataProtectionProvider.Create(MyApplicationName) }); app.UseJwtBearerAuthentication