romeshniriella / ClaimsAuth

A generic claims based access control system ASP.NET MVC 5 with Identity 2.0.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClaimsAuth

A generic claims based access control system ASP.NET MVC 5 with Identity 2.0.

The method I explain here will be useful for applications with moderate complexity, which would require an end user (an admin) to define which resources a particular user has access to.

Code follows following the blog post series: ASP.NET MVC Fine Grained Identity & Access Control - Part 1

This is developed using VS2015. MVC sample project with WebAPI turned on + Individual User Accounts.

How to get it working:

  1. Enable 'Nuget Package Restore'
  2. Build
  3. Run

About

A generic claims based access control system ASP.NET MVC 5 with Identity 2.0.


Languages

Language:JavaScript 64.0%Language:C# 34.4%Language:HTML 1.4%Language:CSS 0.1%Language:ASP 0.0%