Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 776 Bytes

File metadata and controls

10 lines (7 loc) · 776 Bytes

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 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)

Policy-based Authorization Using Asp.Net Core 2 And IdentityServer4

What do you need to run it?

  • Visual Studio 2017 Update 4
  • NET Core 2.0 SDK