SecureMicroservices icon indicating copy to clipboard operation
SecureMicroservices copied to clipboard

Security of Microservices with .NET Core 5 using ASP.NET Web API, IdentityServer4, JSON Web Tokens, OpenID Connect, Identity Model, OAuth 2, Ocelot, Entity Framework Core.

Microservices

Implementation is based on the online course on Microservices. It aims to show the security of Microservices with IdentityModel, IdentityServer4, OpenID Connect, OAuth 2 and JSON Web Tokens.

It includes following packages:
IdentityModel
IdentityServer4
IdentityServer4.EntityFramework
Microsoft.AspNetCore.Authentication.JwtBearer
Microsoft.AspNetCore.Authentication.OpenIdConnect
Microsoft.EntityFrameworkCore.Design
Microsoft.EntityFrameworkCore.InMemory
Microsoft.EntityFrameworkCore.SqlServer
Microsoft.EntityFrameworkCore.Tools
Microsoft.VisualStudio.Web.CodeGeneration.Design
Ocelot
Swashbuckle.AspNetCore