Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.
/ ClaimsAuth Public archive

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

Notifications You must be signed in to change notification settings

romeshniriella/ClaimsAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published