mansoorafzal / SecureMicroservices

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:MIT License


Languages

Language:C# 81.9%Language:HTML 16.8%Language:CSS 0.8%Language:SCSS 0.3%Language:JavaScript 0.2%