Authentication server for inshapardaz
- Indentity Server
- Database
- Dotnet Core (https://www.microsoft.com/net/core)
- SQL Server 2016
Checkout code and
dotnet restore
dotnet build
dotnet run
dotnet ef migrations add ApplicationDbMigration -c ApplicationDbContext -o Data/Migrations/Application/ApplicationDb
dotnet ef migrations add InitialIdentityServerPersistedGrantDbMigration -c PersistedGrantDbContext -o Data/Migrations/IdentityServer/PersistedGrantDb
dotnet ef migrations add InitialIdentityServerConfigurationDbMigration -c ConfigurationDbContext -o Data/Migrations/IdentityServer/ConfigurationDb
'dotnet ef database update -c ApplicationDbMigration'
dotnet ef database update -c PersistedGrantDbContext
'dotnet ef database update -c ConfigurationDbContext'