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.
- Host: GitHub
- URL: https://github.com/HamidMosalla/OAuth2-OpenIDConnect-JWT-Samples
- Owner: HamidMosalla
- License: mit
- Created: 2017-10-17T15:46:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T08:32:29.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T17:47:18.684Z (6 months ago)
- Topics: asp-net-core, asp-net-core-identity, asp-net-core-web-api, claims, identityserver4, jwt-authentication, policy
- Language: C#
- Homepage:
- Size: 3.86 MB
- Stars: 48
- Watchers: 5
- Forks: 25
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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