prabuddhajayawardhana / Duend-IdentitiyServer-EntityCore

Duende IdentityServer: The most flexible and standards-compliant OpenID Connect and OAuth 2.0 framework for ASP.NET Core and React with EnityFremworkCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duende IdentityServer: The most flexible and standards-compliant OpenID Connect and OAuth 2.0 framework for ASP.NET Core and React with EnityFremworkCore

dotnet ef migrations add InitialCreate -c ConfigurationDbContext
dotnet ef migrations add InitialCreate -c PersistedGrantDbContext
dotnet ef migrations add InitialCreate -c ApplicationDbContext

dotnet ef database update -c PersistedGrantDbContext
dotnet ef database update -c ConfigurationDbContext
dotnet ef database update -c ApplicationDbContext

dotnet run bin/Debug/net6.0/ids /seed`

About

Duende IdentityServer: The most flexible and standards-compliant OpenID Connect and OAuth 2.0 framework for ASP.NET Core and React with EnityFremworkCore


Languages

Language:C# 55.6%Language:Less 13.5%Language:CSS 13.2%Language:HTML 12.7%Language:TypeScript 3.6%Language:JavaScript 0.7%Language:Dockerfile 0.6%Language:SCSS 0.1%