DavidParks8 / Owin-Authorization

Backport of Asp.Net core's policy based authorization to Asp.Net 4
Other
60 stars 16 forks source link

FIX: Shouldn't be necessary to define all policies upfront #36 #37

Closed 8snit closed 8 years ago

8snit commented 8 years ago

allow to provide custom implementation of IAuthorizationPolicyProvider and delegate accordingly

added corresponding test