John Luo
|
417ca6cbe3
|
Updating to new options pattern
|
2016-01-08 16:53:31 -08:00 |
Hao Kung
|
7a23028527
|
Switch to AuthenticationTicket in OAuth event
|
2016-01-05 15:46:58 -08:00 |
John Luo
|
a041807023
|
Reacting to new Hosting API
|
2015-12-18 15:09:41 -08:00 |
Chris R
|
0623f3b741
|
#555 Make SkipToNextMiddleware work on events.
|
2015-12-09 15:26:47 -08:00 |
Chris R
|
3d8886a064
|
#566 Update Google token endpoint.
|
2015-12-03 10:43:31 -08:00 |
Hao Kung
|
620622f260
|
Include error_desc/error_uri as well for OAuth
|
2015-11-19 15:06:20 -08:00 |
Cesar Blum Silveira
|
216d3a0656
|
Fix some authentication unit tests failing on Linux and OS X.
|
2015-11-06 04:27:33 -08:00 |
Hao Kung
|
238fdf24e8
|
Further improve error handling for OAuth providers
|
2015-11-03 12:37:35 -08:00 |
Chris R
|
1a59b385a0
|
React to WebEncoders changes.
|
2015-10-30 11:39:39 -07:00 |
Chris R
|
42cba79e01
|
Enable tests for CoreCLR.
|
2015-10-16 12:40:39 -07:00 |
Hao Kung
|
8359038927
|
Address remaining PR feedback + misc cleanup
|
2015-10-15 16:51:12 -07:00 |
Hao Kung
|
409b50269a
|
Add RemoteAuthenticationHandler base/error handling logic
|
2015-10-14 23:08:43 -07:00 |
Pranav K
|
6c529eae7a
|
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
|
2015-10-03 15:44:47 -07:00 |
Hao Kung
|
59ccbdd8ca
|
Fix stuff
|
2015-09-21 14:56:05 -07:00 |
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 |
Hao Kung
|
5a2499eb22
|
Rename ExternalAuthenticationOptions => Shared
|
2015-07-16 12:43:03 -07:00 |
Hao Kung
|
73d4440a25
|
API review: nuke notification namespaces
|
2015-07-16 11:56:48 -07:00 |
Hao Kung
|
61bbe4cf52
|
Set user in OAuthContext
|
2015-07-01 19:01:44 -07:00 |
Kévin Chalet
|
9bb8b61146
|
Revisit OAuthAuthenticationHandler and add a new SaveTokensAsClaims option
|
2015-07-01 15:03:54 -07:00 |
Hao Kung
|
3a8ea672ea
|
AuthN and AuthZ API changes (Async, Challenge)
|
2015-06-25 17:19:27 -07:00 |
Chris R
|
5947b07873
|
Remove stray Console.Writes from tests.
|
2015-06-05 12:19:26 -07:00 |
Hao Kung
|
bb2e12a8e6
|
Add sugar for UseClaimsTransformation
|
2015-05-12 13:52:32 -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 |
Hao Kung
|
87c31c5526
|
Switch to IUrlEncoder, introduce AddAuthentication
|
2015-04-23 22:49:47 -07:00 |
Hao Kung
|
30d350da26
|
Move logger to base handler and moar var
|
2015-04-22 12:23:54 -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 |
Praburaj
|
33e3c944d0
|
Reenabling the tests
Bug https://github.com/aspnet/HttpAbstractions/issues/231 is fixed
|
2015-03-17 17:55:13 -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 |
Praburaj
|
c4aa387cd2
|
Temporarily skipping a couple of tests to work around Url encoder bug
https://github.com/aspnet/HttpAbstractions/issues/231
|
2015-03-13 14:50:51 -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 |