Versatile OpenID Connect stack for ASP.NET Core 2.1/3.1/5.0 and Microsoft.Owin 4.1 (compatible with ASP.NET 4.6.1)
kevinchalet on dev
Update README.md (compare)
return SignIn(principal, OpenIddictServerAspNetCoreDefaults.AuthenticationScheme);
is returning the sign-in page html instead of a token or redirect to the token endpoint?