ianhong
6efdbc75c7
Adding a unit test for SignInManager and UnitManager
2015-03-04 14:47:58 -08:00
Praburaj
ca3259f703
Implementing IRequestIdentifierFeature
...
Using code from HttpListener codebase to generate trace ids just to be consistent with other code.
2015-03-04 14:27:08 -08:00
Praburaj
ae23f7c7bc
Adding a feature to get the traceidentifier for a request
...
Addresses : https://github.com/aspnet/HttpAbstractions/issues/117
Related changes in Helios & weblistener in separate PRs.
2015-03-04 14:18:51 -08:00
Kirthi Krishnamraju
2e84d68973
Replaced BuddyType attribute with ModelMetadatType and SimpleMapper with Automapper
2015-03-04 08:46:46 -08:00
Praburaj
89f2e3e32a
Removing check for NTLM altogether
2015-03-03 17:55:22 -08:00
Ajay Bhargav Baaskaran
38cc9aadb4
React to aspnet/Mvc#2076 changes
2015-03-03 17:12:31 -08:00
Praburaj
7b8ace5489
Re-enable the Ntlm authentication tests
...
User.IsSignedIn() does not return true for NTLM. So pulling the NTLM check out of the code block.
2015-03-03 16:49:00 -08:00
Hao Kung
1df35b8e8b
Reenable OpenId test
2015-03-03 15:51:18 -08:00
Hao Kung
0577454f13
Fix for OpenIdConnect
2015-03-03 15:40:54 -08:00
Praburaj
f2d345855b
Adding a test for mutable feature collection
2015-03-03 14:07:10 -08:00
Praburaj
fde3b0d2af
OwinFeature collection throws NotSupported exception as the featurecollection is immutable
...
Addresses: https://github.com/aspnet/HttpAbstractions/issues/207
2015-03-03 12:02:42 -08:00
Hao Kung
14b99ebab1
Skip failing OpenId/NTLM tests to unblock build
...
https://github.com/aspnet/MusicStore/issues/412 to track
2015-03-02 18:39:20 -08:00
Hao Kung
d890f49fc0
Fix sln and kproj
2015-03-02 17:43:59 -08:00
Hao Kung
3406608633
React to Auth changes for MusicStore Spa
2015-03-02 17:24:43 -08:00
Hao Kung
850ba6375d
React to AuthN/Z changes
2015-03-02 16:31:35 -08:00
Hao Kung
c08721c7b3
React to AuthN renames
2015-03-02 15:37:35 -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
Hao Kung
de1e8763dd
Security -> Authentication
...
AuthN renames and design changes
2015-03-02 15:25:52 -08:00
Praburaj
d6535eeba0
Rename IHttpContextAccessor.Value to IHttpContextAccessor.HttpContext
...
Fixes: https://github.com/aspnet/Hosting/issues/160
2015-03-02 10:38:37 -08:00
Eilon Lipton
16c8d51d0b
Fixes #76 - improve error messages in Hosting
...
Removed the TODOs from messages, and generally made them more readable.
2015-03-01 22:55:27 -08:00
Eilon Lipton
653cb005cb
Update README.md
2015-02-28 10:35:35 -08:00
Eilon Lipton
2f960b9e3b
Merge pull request #206 from ajuckel/dev
...
Remove space from ISignOutContext filename
2015-02-28 10:33:26 -08:00
Anthony W. Juckel
ba2c06072e
Remove space from ISignOutContext filename
2015-02-28 01:20:25 -06:00
Levi B
e9fb79a4fb
React to rename: AddEncoders -> AddWebEncoders
2015-02-27 14:48:13 -08:00
Levi B
04707ccaa0
Add unit tests for the service provider extensions
2015-02-27 14:44:12 -08:00
Levi B
a1dbce9065
Rename AddEncoders -> AddWebEncoders
2015-02-27 12:55:55 -08:00
Praburaj
6bf5eabd9f
Hosting API review # 2
...
1. Moving HostingUtilities and PipelineInstance into internal namespaces.
2. Renaming some properties in IHostingEnvironment
3. Renaming IHttpContextAccessor HttpContext into Value.
Addresses:
https://github.com/aspnet/Hosting/issues/159
https://github.com/aspnet/Hosting/issues/157
https://github.com/aspnet/Hosting/issues/161
2015-02-27 11:30:38 -08:00
Levi B
eb42bc51fb
CodePointFilter parameterless ctor should be empty, not Basic Latin
2015-02-27 11:30:01 -08:00
Levi B
0ca24147a0
Add unit tests and code generation routines
2015-02-27 11:30:00 -08:00
Levi B
bf0f94ce20
Store reg keys in a different folder to mitigate impact of renaming changes
2015-02-26 23:46:02 -08:00
Eilon Lipton
eb2887e5ef
Merge pull request #153 from dtkujawski/dev
...
Ability to derive Startup from base class
2015-02-26 22:39:07 -08:00
Brennan
3260787f2b
NullLogger moved location
2015-02-26 18:16:37 -08:00
ajcvickers
a65ebbf1f1
React to EF change
2015-02-26 15:31:49 -08:00
Praburaj
e1301925c0
Reacting to hosting api changes
2015-02-26 12:26:50 -08:00
Praburaj
97d9b2e385
Reacting to hosting changes
2015-02-26 12:19:11 -08:00
Praburaj
435215b542
PR comments
2015-02-26 10:38:39 -08:00
Levi B
e4db4b1189
Temporarily store keys in different folder to resolve issues caused by package renaming
2015-02-26 10:35:40 -08:00
Praburaj
a2eec4f863
Changing the IHttpContextFactory.CreateHttpContext take in a IFeatureCollection
...
Addresses: https://github.com/aspnet/Hosting/issues/162
2015-02-25 17:48:46 -08:00
Praburaj
fc6b855f42
Changing the AppFunc signature to pass IFeatureCollection
...
Reaction to bug: https://github.com/aspnet/Hosting/issues/162
2015-02-25 17:43:04 -08:00
Praburaj
cb3def5668
Changing signature of AppFunc to pass on IFeatureCollection
...
Reaction to this fix: https://github.com/aspnet/Hosting/issues/162
2015-02-25 17:40:17 -08:00
Levi B
d864b72561
React to DataProtection rename
2015-02-25 17:23:11 -08:00
Levi B
e2ca9fc652
Rename to Microsoft.AspNet.DataProtection
...
from Microsoft.AspNet.Security.DataProtection
2015-02-25 16:49:33 -08:00
Praburaj
00864c1af4
Hosting API review feedback # 1
...
Addresses:
https://github.com/aspnet/Hosting/issues/164
https://github.com/aspnet/Hosting/issues/163
https://github.com/aspnet/Hosting/issues/155
https://github.com/aspnet/Hosting/issues/156
https://github.com/aspnet/Hosting/issues/154
2015-02-25 16:05:22 -08:00
Levi B
c5dc9abff6
Doc comment cleanup, API refactorings
...
Rename CodePointFilters -> UnicodeBlocks
Rework allowed / disallowed code point APIs for ease of use
Move service registration APIs into WebEncoders project
2015-02-25 14:01:17 -08:00
Brennan
be7984eebc
Logging test objects were copy-pasta from logging repo, removing and using official version
2015-02-25 12:58:51 -08:00
Praburaj
fa7956d814
Fixing some more build breaks on net 4.5 projects.
2015-02-25 11:10:46 -08:00
Levi B
544c83812c
Add unit tests for WeakReferenceHelpers
...
Doc comment cleanup on IOptimizedAuthenticatedEncryptor
2015-02-24 18:19:31 -08:00
Levi B
ab18f52e98
Add CreateProtector convenience extension method
2015-02-24 17:48:29 -08:00
Levi B
6637cb264f
Split KeyDerivation into its own project
...
Move shared crypto code to a common project
2015-02-24 16:20:10 -08:00
Levi B
8ec6dc3712
Code cleanup
...
Rename IAuthenticatedEncryptor2 -> IOptimizedAuthenticatedEncryptor
Rename ProtectedMemoryBlob -> Secret
Add some missing doc comments explaining
2015-02-24 15:49:30 -08:00