Hao Kung
|
5094b85ac9
|
Latest AuthZ iteration
- Core Auth API now takes list of IAuthorizationRequirements, or policy
name.
- Overload that takes AuthorizationPolicy instance moved to extension
method.
- Remove HttpContext from API and replace with ClaimsPrincipal instead
- Add Operation requirement
- Add Sync overloads
- Add ClaimsTransformationOptions (TBD where to use this)
Fixes https://github.com/aspnet/Security/issues/132
Fixes https://github.com/aspnet/Security/issues/116
Fixes https://github.com/aspnet/Security/issues/11
Fixes https://github.com/aspnet/Security/issues/117
|
2015-02-16 15:04:10 -08:00 |
Hao Kung
|
123065c0ae
|
Add some sugar for AuthZ
- Register passthrough handler by default
- AddPolicy overload that takesAction<AuthorizationPolicyBuilder>
- Chaining policy overloads/methods
- More fluent apis for PolicyBuilder
Fixes #122, #114
|
2015-01-17 17:11:34 -08:00 |
Hao Kung
|
4a635835af
|
Initial iteration of new Authorization Service
|
2015-01-15 23:37:35 -08:00 |
Chris Ross
|
6965a66f18
|
#59 - Use Task.GetAwaiter().GetResult() instead of Task.Result.
|
2014-10-13 14:26:24 -07:00 |
Sebastien Ros
|
d9502923f8
|
Moving interface members to extension methods
|
2014-05-12 14:32:07 -07:00 |
Andrew Peters
|
d02f76a2fd
|
Updating copyright headers
|
2014-05-08 23:01:33 -07:00 |
Sebastien Ros
|
05b091ee66
|
Removing Authorization namespace
|
2014-05-05 15:37:36 -07:00 |
Sebastien Ros
|
b7ed0faa33
|
Adding AuthorizationPolicy and mutable user claims
#13
|
2014-05-05 14:29:13 -07:00 |
Sebastien Ros
|
f5200a1d55
|
Implementing IAuthorizationService
#7
|
2014-04-24 16:16:15 -07:00 |