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?
GetDestinations
out of each page cs file but I tried putting it in a static class and it complained about instance variables, of which I can't find any. I assume the 'yield' is causing that issue. I don't know enough about yield yet.