Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 569 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 569 Bytes

Duende IdentityServer v6 Secure for ASP.NET 7

This repo is a reference for Duende IdentityServer QuickStarts

Commands for Migrating IdentityServer's DbContexts

  • PersistedGrantDbContext: Add-Migration <migration-name> -Context PersistedGrantDbContext -OutputDir "Data\Migrations\PersistedGrant"
  • ConfigurationDbContext: Add-Migration <migration-name> -Context ConfigurationDbContext -OutputDir "Data\Migrations\Configuration"
  • ApplicationDbContext: Add-Migration <migration-name> -Context ApplicationDbContext -OutputDir "Data\Migrations\Application"