Skip to content

JinishBhardwaj/aspnetcore-identityserver

Repository files navigation

Securing Asp.Net Core Web API using Identity Server

This is the code base for my 5 part article series Securing ASP.Net Core Web API with Identity Server:

Technologies used

  • C#
  • ASP.Net Core 3.1
  • Identity Server 4
  • ASP.Net Identity
  • Entity Framework Core 3.1
  • Swagger
  • Visual Studio 2019 16.6.3
  • SQL Server Express

Getting started

  • Clone the repository
  • Checkout the master branch
  • Open the AspNetCoreIdSrv.sln file in Visual Studio

Database migrations

  • Update the appsettings.json file in IdentityServer.csproj project and the connection string to point to your instance of SQL Server
  • Migrations are in the Migrations folder in respective projects, so all that is required is to: dotnet ef database update --context ApplicationDbContext

About

Securing Asp.Net Core Web API using Identity Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published