YoussefWaelMohamedLotfy / DuendeSecureASPNET

Duende IdentityServer Demo of Securing APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Duende IdentityServer Demo of Securing APIs.


Languages

Language:C# 55.1%Language:Less 16.1%Language:CSS 15.6%Language:HTML 12.5%Language:JavaScript 0.5%Language:SCSS 0.2%Language:Batchfile 0.0%