An open API service indexing awesome lists of open source software.

https://github.com/HamidMosalla/OAuth2-OpenIDConnect-JWT-Samples

Policy-based authorization for web API using JWT and identityserver4 and Asp.Net Core 2.
https://github.com/HamidMosalla/OAuth2-OpenIDConnect-JWT-Samples

asp-net-core asp-net-core-identity asp-net-core-web-api claims identityserver4 jwt-authentication policy

Last synced: 14 days ago
JSON representation

Policy-based authorization for web API using JWT and identityserver4 and Asp.Net Core 2.

Awesome Lists containing this project

README

        

# Policy-based Authorization For Web API With Asp.Net Core 2
These projects are usage example for JWT and Identityserver4 with policy-based authorization and claims for securing Asp.Net Core 2 web API. There are two posts on my [blog](http://hamidmosalla.com) which explains how they work. You can find the links to these posts down below.

[Policy-based Authorization Using Asp.Net Core 2 And Json Web Token (JWT)](http://hamidmosalla.com/2017/10/19/policy-based-authorization-using-asp-net-core-2-and-json-web-token-jwt/)

[Policy-based Authorization Using Asp.Net Core 2 And IdentityServer4](http://hamidmosalla.com/2017/12/07/policy-based-authorization-using-asp-net-core-2-identityserver4/)

# What do you need to run it?
- Visual Studio 2017 Update 4
- NET Core 2.0 SDK