Commit Graph

1013 Commits

Author SHA1 Message Date
Hao Kung c69b0423a4 Revert "add Microsoft.AspNetCore dependency"
This reverts commit 9842863695.
2017-10-24 14:54:39 -07:00
Hao Kung 707be3dca0 Fix comment of variance time for Rfc6238 2017-10-24 14:43:41 -07:00
Tugberk Ugurlu 9842863695 add Microsoft.AspNetCore dependency 2017-10-24 14:40:24 -07:00
Tugberk Ugurlu 20ec50d5d2 use WebHost.CreateDefaultBuilder in IdentitySample.Mvc
so that it picks up the logging config from the `appsettings.json`
2017-10-24 14:40:24 -07:00
Ryan Brandenburg e85a935d45 Add RepositoryRoot 2017-10-18 09:39:46 -07:00
Javier Calvarro Nelson 1fbedc4c54 Microsoft.AspNetCore.CertificateGeneration.Task 2017-10-17 12:23:26 -07:00
Nate McMaster 98fa107c05 Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:11:44 -07:00
Kristian Hellang 8136fc5306 Use AddHttpContextAccessor method added in aspnet/HttpAbstractions#947 2017-10-10 12:27:27 -07:00
Scott Sauber 700c2afc21 - Add summary to LockoutOptions AllowedForNewUsers.
- Move defaults to summary for better intellisense.
- Added defaults to xml docs where missing.
2017-10-10 12:23:14 -07:00
Judah Gabriel Himango b442d1af2f Added RavenDB identity provider. 2017-10-10 12:22:01 -07:00
Tugberk Ugurlu 6ab39281e5 Rename IUserAuthenticatorInfoStore.cs to IUserAuthenticatorKeyStore.cs 2017-10-10 12:21:31 -07:00
hangy 388fea2ed6 Fix ResetPasswordAsync documentation
This seems like it should be the other way around.
2017-10-10 12:20:46 -07:00
Nate McMaster 8a880adf72 Undo unintentional change. Use xunit 2.2.0 in spec.tests projects 2017-10-09 15:00:02 -07:00
Ryan Brandenburg 33281499ed Update bootstrappers 2017-10-09 12:46:52 -07:00
Nate McMaster ea707f8d8a Update how PackageReference versions are set
Changes:
 - Remove floating versions
 - Disable myget feeds during a Universe build
 - Use package-specific MSBuild variables. Pattern = `packageId.Pascalize() + "PackageVersion"`, with a few exceptions.
2017-10-09 11:10:45 -07:00
Nate McMaster 343f3b2ecd Workaround xunit/xunit#1487 2017-10-06 09:14:32 -07:00
Nate McMaster 7c633d12c9 Use MSBuild to set NuGet feeds instead of NuGet.config 2017-10-02 14:12:44 -07:00
Nate McMaster c24a60c544 Import dependencies.props last to ensure TargetFramework is set first 2017-09-29 17:01:59 -07:00
Justin Kotalik 9977c35d80 Increase Minimum Version of Visual Studio to 15.3.0 2017-09-21 17:48:47 -07:00
Nate McMaster 74f6605cc4 Update build scripts, tools, and dependencies for 2.0.x 2017-09-20 17:23:13 -07:00
Nate McMaster e779536811 Update the list of packages patching in 2.0.x 2017-09-20 13:39:56 -07:00
Javier Calvarro Nelson 109b0feecd Fix the build 2017-09-19 18:41:48 -07:00
Ryan Brandenburg 89b55679f2 Update bootstrappers 2017-09-19 15:27:31 -07:00
Ryan Brandenburg f9fa765fe8 Update bootstrappers 2017-09-19 15:27:31 -07:00
Hao Kung d1c5f8d78c Fix regression with ChangePhoneNumber tokens 2017-09-18 15:04:04 -07:00
Nate McMaster 37605799d5 Update version.props, dependencies, and package feeds for 2.0.1 (#1431) 2017-09-18 12:41:28 -07:00
Hao Kung 73afa0af5e [2.0.1] Allow use of base identity pocos (#1385) 2017-09-15 14:35:18 -07:00
Hao Kung bc75b1a0e7 Rename more generic parameters (#1417) 2017-09-06 11:46:30 -07:00
Hao Kung 3a208fe41c Fix params name and AddRoles (#1406)
AddRoles should not be adding a store, that's done by the store
implementation, it should only be registering the role services.  Also
fixed the TUser/TRole generic parameters names since they were actually
the store types
2017-09-05 10:46:55 -07:00
Javier Calvarro Nelson 3ec59d141f Add missing license files 2017-09-01 14:05:02 -07:00
Javier Calvarro Nelson f11d692976 Rename the area IdentityService to Identity 2017-09-01 14:05:00 -07:00
Javier Calvarro Nelson 0fbef1ec0b Fix issue with the Msal filter 2017-09-01 11:24:44 -07:00
Javier Calvarro Nelson 22509c0872 Modified Msal filter on the sample to be more permisive 2017-09-01 10:49:12 -07:00
Nate McMaster 6ec67d9521 Remove Identity.Samples.sln and add the WPF sample to Identity.sln (#1407) 2017-08-31 17:05:41 -07:00
Nate McMaster c8cf56520a Remove DotNetCliToolReference to workaround NuGet/Home#5716 2017-08-29 15:43:06 -07:00
Nate McMaster 1734c7ff3d Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
Nate McMaster dce4f48e73 Make changes to test code to fix warnings from xunit.analyzers 2017-08-29 14:51:41 -07:00
Nate McMaster 55a5001c03 Use Directory.Build.props/targets 2017-08-29 14:13:32 -07:00
Javier Calvarro Nelson a7804c30cc Workaround for MSAL.js sending the logout request with the wrong casing 2017-08-28 18:59:34 -07:00
Javier Calvarro Nelson 971baec111 Workaround for Visual Studio complaining about inexisting project.json file 2017-08-28 18:58:52 -07:00
Javier Calvarro Nelson 8112557164 Update migration to enable all scenarios out of the box 2017-08-25 13:50:39 -07:00
Hao Kung b865d58786 [2.0.1] Allow use of base identity pocos (#1385) 2017-08-24 14:21:09 -07:00
Hao Kung e36e681d54 Fix regression with ChangePhoneNumber tokens (#1392) 2017-08-24 14:20:32 -07:00
Nate McMaster 0f5bc9dac8 Upgrade to xunit 2.3.0-beta4 (#1393) 2017-08-23 14:51:39 -07:00
Javier Calvarro Nelson ca184fc2ed Fix path separators on functional tests 2017-08-23 14:43:45 -07:00
Javier Calvarro Nelson 9d937cac4b Disable developer certificate middlware on test website, replace developer certificate with pfx from file 2017-08-22 18:11:43 -07:00
Javier Calvarro Nelson 7216144fb8 Remove WPF application from build 2017-08-22 12:55:54 -07:00
Javier Calvarro Nelson 293976688a Added basic MSAL UI to the sample, added SPA sample 2017-08-22 11:08:13 -07:00
Pranav K 8cbda5a23d Pinning versions for 2.0.0 2017-08-17 15:00:01 -07:00
Javier Calvarro Nelson 3828f2d7c4 Add native WPF sample for identity and OIDC 2017-08-16 15:57:23 -07:00