Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 690 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 690 Bytes

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