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 |
Hao Kung
|
501bd4ff10
|
Merge https://github.com/brentschmaltz/Security
|
2015-04-16 12:26:42 -07:00 |
Pinpoint
|
5e03a6c1ad
|
Fix incorrect handler delegation and update SignInScheme documentation
|
2015-04-13 23:20:24 +02:00 |
N. Taylor Mullen
|
e0694a21d8
|
Add serviceable attribute to projects.
aspnet/DNX#1600
|
2015-04-07 14:50:16 -07:00 |
Doug Bunting
|
440e782f8b
|
Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename
|
2015-04-02 13:49:29 -07:00 |
Praburaj
|
1a37bf1747
|
Changing Wilson package versions to beta4
|
2015-03-31 10:34:44 -07:00 |
Praburaj
|
ffd2489f6c
|
Revert "Changing Wilson packages to beta4"
This reverts commit 101b719994.
|
2015-03-30 19:11:44 -07:00 |
Praburaj
|
101b719994
|
Changing Wilson packages to beta4
|
2015-03-30 19:10:57 -07:00 |
Praburaj
|
4a5b9f6b6e
|
Add a description for the OpenIdConnect package
|
2015-03-23 21:34:26 -07:00 |
Hao Kung
|
776593ec71
|
React to hosting changes
|
2015-03-19 11:04:33 -07:00 |
Hao Kung
|
7abccd8f22
|
React to Shared NotNull
|
2015-03-16 15:22:46 -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
|
bd7f07052e
|
Using [NotNull] from the common package
|
2015-03-14 07:25:14 -07:00 |
N. Taylor Mullen
|
f8c526c12d
|
Update .kproj => .xproj.
|
2015-03-11 14:04:40 -07:00 |
Praburaj
|
b7c8af8503
|
Reading AuthenticationProperties from SignOutContext
This will enable users to set a specific redirect uri and call signout.
|
2015-03-09 19:48:04 -07:00 |
N. Taylor Mullen
|
08fdd7ad30
|
Remove BOM from project.json, *.cmd, *.sh and *.shade files.
|
2015-03-09 12:59:01 -07:00 |
N. Taylor Mullen
|
1bd605da5e
|
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
|
2015-03-08 12:56:09 -07:00 |
Hao Kung
|
5e7f1d7eff
|
Add Configure overloads for Auth for config/name
|
2015-03-06 12:37:34 -08:00 |
Hao Kung
|
aacc00aaee
|
Move extension methods to proper namespaces
Also add sugar for OpenIdConnect
Fixes https://github.com/aspnet/Security/issues/107
Fixes https://github.com/aspnet/Security/issues/113
|
2015-03-05 16:04:57 -08:00 |
Brennan
|
329d826857
|
Logging API changes
|
2015-03-04 17:10:56 -08:00 |
Hao Kung
|
0577454f13
|
Fix for OpenIdConnect
|
2015-03-03 15:40:54 -08:00 |
Hao Kung
|
d890f49fc0
|
Fix sln and kproj
|
2015-03-02 17:43:59 -08: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 |