Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.42 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.42 KB

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 (Currently Pre-Release)

Authorization Core Classes
Web Api Integration
MVC Integration