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
Allow determining the token for… (compare)
kevinchalet on dev
Revamp HTTP response extraction… (compare)
public class ApplicationDbContext : IdentityDbContext<ApplicationUser,IdentityRole<int>, int>
{
public ApplicationDbContext(DbContextOptions options)
: base(options) { }
protected override void OnModelCreating(ModelBuilder builder)
{
base.OnModelCreating(builder);
builder.UseOpenIddict<int>();