Hao Kung
|
081577e4f4
|
Remove usage IOptions from middleware ctors
|
2015-09-18 12:24:33 -07:00 |
Jason Loeffler
|
b25d4b537f
|
Removed references to Shouldly
|
2015-09-15 14:22:38 -05:00 |
Hao Kung
|
e8090a3176
|
Remove authentication from names, async events
|
2015-09-14 14:54:51 -07:00 |
Chris R
|
61a47d79a8
|
Work around System.Uri relative path bug on mono.
|
2015-09-04 11:47:19 -07:00 |
Chris R
|
d3ad11a753
|
#47 Rename Notifications to Events and Contexts.
|
2015-09-02 17:01:21 -07:00 |
Hao Kung
|
bf2b771eab
|
React to Options, Configure => Add, Cookie changes
UseCookie now has an overload which takes an instance of CookieOptions
|
2015-09-02 14:13:16 -07:00 |
bchavez
|
bdab4d95fd
|
Using QueryHelpers helps avoid issue #365.
|
2015-07-28 10:13:52 -07:00 |
Hao Kung
|
5a2499eb22
|
Rename ExternalAuthenticationOptions => Shared
|
2015-07-16 12:43:03 -07:00 |
Kévin Chalet
|
9bb8b61146
|
Revisit OAuthAuthenticationHandler and add a new SaveTokensAsClaims option
|
2015-07-01 15:03:54 -07:00 |
Hao Kung
|
78cf7f99ff
|
Fix base path issue with OAuthHandler
|
2015-06-29 10:43:43 -07:00 |
Hao Kung
|
3a8ea672ea
|
AuthN and AuthZ API changes (Async, Challenge)
|
2015-06-25 17:19:27 -07:00 |
Hao Kung
|
ce48c1fc7d
|
Move ClaimsIssuer to base AuthenticationOptions
Also step 1 of refactoring tests
|
2015-05-05 14:50:59 -07:00 |
N. Taylor Mullen
|
5cf0564484
|
Update LICENSE.txt and license header on files.
|
2015-05-01 14:00:05 -07:00 |
Chris Ross
|
63fc18b945
|
React to auth feature API changes.
|
2015-04-24 09:57:49 -07:00 |
Chris Ross
|
99f3aa197f
|
#118 - Use common cookie header formatters.
|
2015-04-20 15:16:29 -07:00 |
Hao Kung
|
776593ec71
|
React to hosting changes
|
2015-03-19 11:04:33 -07:00 |
Hao Kung
|
14d1b467c6
|
ClaimsXform and RIP AutoAuthHandler
- Initial support for ClaimsTransformation
- merge automatic auth handler back into base
|
2015-03-16 15:14:44 -07:00 |
Hao Kung
|
775eb5ece4
|
Split Security into AuthN/AuthZ
AuthenticationType -> Scheme
Move Active/Passive into AutomaticAuthenticationHandler
Security -> Authorization/Authentication assemblies
401-403 logic
Switch from ClaimsIdentity to ClaimsPrincipal
|
2015-03-02 15:33:52 -08:00 |