DavidParks8 / Owin-Authorization

Backport of Asp.Net core's policy based authorization to Asp.Net 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Owin-Authorization

Master Build Status
Dev Build Status

Backport of Asp.Net core's policy based authorization to Asp.Net 4. The original ASP.NET core source code from which this project is based upon is available on GitHub here.

Owin-Authorization provides both declarative and imperative authorization functionality to enable you to limit access to MVC or Web Api controllers and actions based upon the role or claims an identity contains, and the resource being requested.

Head over to the wiki for documentation or check out the samples if you'd rather dive right in.

Feedback

Check out the contributing page to see the best places to log issues and start discussions.

Nuget Packages

Authorization Core Classes
Web Api Integration
MVC Integration

About

Backport of Asp.Net core's policy based authorization to Asp.Net 4

License:Other


Languages

Language:C# 98.5%Language:PowerShell 1.5%