Commit Graph

583 Commits

Author SHA1 Message Date
Javier Calvarro Nelson bb1cd5ec09 Stop building dependent projects 2018-08-30 15:23:55 -07:00
Hao Kung e38a307307
Allow cookie validation when stores don't support security stamp (#1941) 2018-08-29 14:41:51 -07:00
Javier Calvarro Nelson b3a6bda45a Sync Identity UI default layout with the templates layout 2018-08-23 15:15:54 -07:00
Javier Calvarro Nelson ac744d8adb Support Bootstrap 3 and Bootstrap 4 on idenity UI 2018-08-21 17:46:13 -07:00
Hao Kung d040dabc03 Allow QR AuthenticatorIssuer to be configurable 2018-08-17 12:56:49 -07:00
Thomas Levesque 373a9c5eb2 Update default UI and samples to use provider display name 2018-08-16 13:40:10 -07:00
Thomas Levesque fec946759c Fix SignInManager to return correct external provider display name 2018-08-16 13:38:23 -07:00
Wilson 87cfd540ce Fixed documentation typo (#1862)
Corrected a typo on the XML documentation of the UserId property that made it read "... sets the of the ..."
2018-08-16 13:38:09 -07:00
Javier Calvarro Nelson 16a933a0a4 Update static content 2018-08-03 17:18:32 -07:00
Javier Calvarro Nelson 4b2dc59979 [Fixes #1835] Move the default Identity UI to use Bootstrap 4 2018-08-03 13:48:30 -07:00
Nate McMaster 31eaaac4a8
Merge branch 'release/2.1' into release/2.2 2018-07-24 10:34:53 -07:00
Hao Kung b2cca31774
Fix issue with role claim missing in AddIdentityCore (#1832) 2018-07-11 12:39:51 -07:00
Anthony Stivers 0ab8e15f05 [Fixes #1866] Fix ActivePage declarations
* Fix missing activepage declarations
* Change activepage declarations to correct values
* Add missing ActivePage
2018-07-10 13:00:52 -07:00
Nate McMaster 3e27f18127
Merge branch 'release/2.1' into release/2.2 2018-07-10 12:52:50 -07:00
Nate McMaster 3eae93082f
Merge 2.1.2 into release/2.1 2018-07-10 10:29:05 -07:00
Pranav K 77693ccdc5 Use partial tag helper instead of Html.Partial to avoid analyzer warning 2018-06-20 16:51:51 -07:00
Pranav K 6cdd622f23 Apply attribute to page model rather than handler 2018-06-20 14:24:35 -07:00
Ryan Brandenburg c2089f9902 Set 2.1 baselines 2018-06-14 16:46:13 -07:00
Ryan Brandenburg d2dcd9c6b9 Set 2.1 baselines 2018-06-14 16:46:02 -07:00
Hao Kung c66bd98a61
Don't hook cancellation tokens by default (#1816) 2018-06-12 13:39:36 -07:00
tstivers1990 dbe054ba6c
Fix /// comments
The returns tag incorrectly states that AddDefaultIdentity<T>
returns IServiceCollection when it actually returns IdentityBuilder.
2018-06-11 16:42:10 -04:00
Hao Kung 2629ceed08 CheckPassword only reset lockout when TFA disabled 2018-05-17 14:05:39 -07:00
Kiran Challa 5403ec47ec Fixed sha-integrity content of script tags in IdentityUI's cshtml files
Related to https://github.com/aspnet/templating/issues/520
2018-05-16 11:46:58 -07:00
Hao Kung e306b8680e
Fix namespace for AddDefaultIdentity (#1781) 2018-05-04 14:05:13 -07:00
Jass Bagga a89dc30d43
AllowAnonymous for external login providers and confirm email (#1769)
Addresses #1762
2018-05-01 12:30:46 -07:00
Jass Bagga ae9aa9ebec
Add AllowAnonymous for resetting password navigation flow (#1744)
Addresses #1736 and aspnet/templating#448
2018-04-13 16:46:00 -07:00
Pranav K e5d9efbd48
Prepare for RazorAssemblyAttribute -> RazorTargetAssemblyAttribute rename 2018-04-13 16:12:19 -07:00
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 a273e349ee
Fix error message (#1752)
Fixes https://github.com/aspnet/Identity/issues/1669
2018-04-13 14:31:35 -07:00
Hao Kung 5a2eb3becd
Include social logins and authenticator key as part of personal download (#1745) 2018-04-12 15:41:27 -07:00
Pranav K 034e2ad188 React to future Razor Sdk package breaking changes 2018-04-03 10:35:09 -07:00
Kiran Challa b22c88b567 Fix CDN urls to match the fallback source folders' versions 2018-04-02 12:12:15 -07:00
Kiran Challa 4105ee67e9 [Fixes #1643] Add third party notice to identity UI package 2018-03-30 16:05:42 -07:00
Kiran Challa 0a95aebcb5 Reacting to templating repo's script changes 2018-03-30 15:51:01 -07:00
Kiran Challa 1e7ca96b51 [Fixes #1618] Consider returning a 404 in the DownloadPersonalData.OnGet 2018-03-30 07:35:08 -07:00
Kiran Challa 971f727ea2 [Fixes #1690] AddDefaultUI() throws when using IdentityUser<T> 2018-03-30 07:02:04 -07:00
Hao Kung c7711c2515
Reenable APICheck (#1715) 2018-03-28 12:23:22 -07:00
Hao Kung e0e69525e2
Update new security stamp logic (#1714) 2018-03-28 11:55:09 -07:00
Pranav K f1abe24c76 React to Mvc changes 2018-03-23 09:38:48 -07:00
Pranav K aa49e6990c React to application part changes 2018-03-21 15:42:17 -07:00
Ryan Brandenburg f1d965e5e4 Set 2.0 baselines 2018-03-21 10:52:15 -07:00
Hao Kung 56666e349c Add AddDefaultIdentity 2018-03-20 09:53:34 -07:00
Jass Bagga 910da89882
Use partial tag helper (#1696) 2018-03-19 18:07:45 -07:00
Jass Bagga 9fda68e9db
Update jQuery (#1692) 2018-03-19 13:39:03 -07:00
Pranav K 3919d18c62 React to Razor Sdk changes
Assembly attributes are autogened by Razor Sdk and results in duplicates
2018-03-16 10:18:09 -07:00
Jass Bagga 641dfe3b62
Use RefreshSignInAsync (#1655)
Addresses #1616
2018-03-16 10:05:13 -07:00
Hao Kung efe0c6be7b
Split Auth into AddIdentityCookies (#1442) 2018-03-13 13:11:29 -07:00
Hao Kung 3382a59c5a React to namespace 2018-03-08 16:09:36 -08:00
Hao Kung 9ecbefcf21
ProtectPersonalData + extensiblity support (#1562) 2018-03-08 12:13:34 -08:00
Javier Calvarro Nelson b4cf3ed071 [Fixes #1628] Avoid stomping on an existing FileProvider
Respects the existing one if it's there.
2018-03-05 13:31:49 -08:00