Commit Graph

104 Commits

Author SHA1 Message Date
Javier Calvarro Nelson f51af820a5 [Fixes #1742, #1722, #1706, #1725, #1688] Fixes multiple issues
* Update test infrastructure to use the latest bits.
* Add tests for different types of users.
* Logout must redirect instead of just rendering
  the page so that the identity in the request gets
  properly updated
* Remove IUserFactory and IdentityUserFactory.
* Added tests to verify that the default UI endpoints are not accessible
  when the default UI is not enabled.
* Update the user name at the same time when the email is updated.
2018-04-13 15:47:23 -07:00
Hao Kung a9192d99dc Rollback optional stores + activity features (#1281)
* Rollback optional features/store versioning
2017-06-13 13:05:54 -07:00
Hao Kung be8232d3f9 Add support for store versioning + IUserActivityStore 2017-05-26 15:08:57 -07:00
Hao Kung e6f3ebf581 Refactor Identity into Core + Stores 2017-05-23 11:21:39 -07:00
Hao Kung 5e4e9ccdf1 Add Identity.Specfification.Tests 2016-12-12 13:55:08 -08:00
Hao Kung 971292544a EF: Switch to Find where possible 2016-10-03 13:44:39 -07:00
Nate McMaster c0ce322e71 Fix tests broken by logging change aspnet/Logging#480 2016-08-26 11:48:00 -07:00
Hao Kung fdedf2b46a Remove vestiges of NotifyAsync 2016-05-31 15:24:12 -07:00
Kiran Challa 42ad584401 Changed DNX451 references to NET451 2016-04-08 14:53:22 -07:00
BrennanConroy eebacd2dd5 React to logging changes 2016-04-01 11:47:18 -07:00
Doug Bunting b2bf1a46f5 React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:21:34 -07:00
Hao Kung 82863e9444 Add support for Authentication Tokens to Identity 2016-03-07 13:53:54 -08:00
Hao Kung 7ba61d6c6f UserManager should normalize role name 2016-02-04 14:09:11 -08:00
Brennan 27fb99293d Update Mock for logging 2016-01-28 10:12:39 -08:00
Brennan b74e26883e React to Logging API changes 2016-01-25 09:50:09 -08:00
N. Taylor Mullen 078512dc94 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:25:42 -08:00
Hao Kung 84804fec20 RequiresNonLetterOrDigit => RequiresNonAlphanumeric 2016-01-14 13:47:21 -08:00
John Luo 96c9eb7dc6 Updating to new options pattern 2016-01-08 16:33:48 -08:00
Hao Kung 167bb54c8d Make IHttpContextAccessor Optional 2016-01-07 14:21:31 -08:00
Hao Kung 6879bc6fd8 More renames 2015-12-21 15:37:53 -08:00
Nate McMaster cade3de890 Skip tests that fail to due threading bugs in Mono 2015-12-15 11:58:56 -08:00
Hao Kung a66f50c1ba Enable running tests xplat 2015-12-09 01:11:20 -08:00
John Luo b871162e12 Reacting to verbose rename 2015-12-06 18:36:25 -08:00
Hao Kung 267d0ac206 Initial identity 2/3 interop sample 2015-12-03 14:35:41 -08:00
Pranav K 08b71223e9 Changes to run tests on coreclr with moq.netcore 2015-11-23 12:00:20 -08:00
Pranav K c907762882 Reacting to DI changes 2015-11-13 11:20:53 -08:00
Hao Kung c847f9c50d Reenable tests / Opt into cascading delete support 2015-10-16 12:44:18 -07:00
Pranav K 5da757642d Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:55 -07:00
Hao Kung d60bcac9b4 Tweak AddToRole duplicate behavior 2015-09-28 13:57:49 -07:00
Hao Kung 2161f42086 Skip tests that fail on mono (no localdb) 2015-09-04 14:27:50 -07:00
Hao Kung 2113ef5abc React to Options/Cookie changes
Moved cookie instance options into IdentityCookieOptions
IUserTokenProvider changes
2015-09-02 15:15:40 -07:00
Hao Kung a98f86681d Revert "Move generics off of Validator/TokenProvider interfaces"
This reverts commit 62a1d49710.
2015-08-14 15:18:40 -07:00
Hao Kung 62a1d49710 Move generics off of Validator/TokenProvider interfaces 2015-08-13 18:49:04 -07:00
anurse c9f53cd924 react to HttpContextAccessor move 2015-08-12 19:44:36 -07:00
Hao Kung b2eb5feb8c Replace regex with string of legal username chars 2015-08-06 14:24:12 -07:00
Hao Kung 6931ebe41d Fix but with RemoveRoleClaim 2015-07-27 14:53:38 -07:00
Hao Kung 8796f7e78a Merge from release 2015-06-17 11:19:41 -07:00
Hao Kung 1ed2ebcd96 Rename shouldLockout => lockoutOnFailure 2015-06-16 14:39:26 -07:00
Hao Kung e80853a4cf Cleanup logging 2015-06-11 14:56:25 -07:00
Hao Kung f0098b6e1e No password = auto fail password checks
Rather than null ref boom...
2015-05-08 10:57:18 -07:00
Hao Kung 288cb6c58f Test and misc cleanup 2015-05-05 14:35:10 -07:00
N. Taylor Mullen ab43154577 Update LICENSE.txt and license header on files. 2015-05-01 13:52:26 -07:00
Suhas Joshi 791173fda8 Update security stamp when setting username 2015-04-22 17:46:44 -07:00
Kiran Challa 5e8beea941 Reacting to ILogger api changes 2015-04-04 04:22:56 -07:00
Suhas Joshi bab1c3909c Enable tests 2015-03-27 16:30:54 -07:00
Suhas Joshi 28dc0245bf Moved POCOs to EF and fixed tests 2015-03-24 11:48:26 -07:00
Suhas Joshi 6143af8149 Added deferred logging with scopes 2015-03-20 12:21:26 -07:00
Hao Kung 268af34244 React to hosting changes 2015-03-19 11:11:54 -07:00
Suhas Joshi f0db23be0d Using xunit.runner.aspnet 2015-03-12 19:34:47 -07:00
N. Taylor Mullen 1ed37d741a Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:51:04 -07:00