/DuendeSecureASPNET

Duende IdentityServer Demo of Securing APIs.

Primary LanguageC#

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"