Commit Graph

754 Commits

Author SHA1 Message Date
Doug Bunting 7637f2ea44 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- target .NET 4.6.1 in Microsoft.Owin.Security.Interop.Test; avoids .NET 4.5.2 System.Xml casing issue
- build tests for desktop .NET only on Windows
  - except Microsoft.Owin.Security.Interop.Test; already skipped using repo.props
- enable binding redirects for one test project
2017-02-16 19:16:57 -08:00
Nate McMaster 591a2b0e6b
React to aspnet/KoreBuild#160 2017-02-16 11:23:03 -08:00
Nate McMaster 9847f40654
Downgrade to stable packages 2017-02-14 16:15:42 -08:00
Nate McMaster cbceba6fa8 Remove makefile.shade and sources.csproj 2017-02-10 12:30:06 -08:00
Nate McMaster 61e7ceba45 React to aspnet/Configuration#594 2017-02-08 17:44:52 -08:00
Ben Adams fea5d5cfdc Truncate SystemClock to Seconds Precision (#1110) 2017-02-06 14:36:42 -08:00
Pranav K 7dd6ee791a Simplify packing 2017-01-31 17:09:55 -08:00
Pranav K c18a3d3a7d Revert "Revert "Update OpenId package versions""
This reverts commit 0113df6075.
2017-01-31 06:51:51 -08:00
Pranav K 0113df6075 Revert "Update OpenId package versions"
This reverts commit a031c4badb.
2017-01-30 11:10:41 -08:00
Pranav K a031c4badb Update OpenId package versions 2017-01-25 17:09:26 -08:00
Nate McMaster 7634c5420a Upgrade to RC.3
Removes __TemporarySources__ to use contentFiles packages
Remove default globs
Update test platform
2017-01-19 22:31:43 -08:00
Nate McMaster 7d0841ae1c
Pin sdk version using global.json 2017-01-19 17:11:42 -08:00
Chris R fddfad14c9 #1082 Update IdentityModel dependencies to 5.1.2 2017-01-19 13:50:46 -08:00
Chris R 3828232d51 Fix AAD sample 2017-01-19 13:45:44 -08:00
Chris R f2fd58d8c4 Fix the social sample port. 2017-01-19 13:37:04 -08:00
BrennanConroy c64c5db02d Change Xunit versions 2017-01-17 16:48:52 -08:00
Nate McMaster 46f0d193c8 React to aspnet/KoreBuild#155
This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly
2017-01-11 14:30:11 -08:00
Stephen Halter fa64b0c0fb React to UseHttps change 2017-01-09 19:58:22 -08:00
Chris R 9917e8bb30 Update launchSettings for new VS 2017 rules 2017-01-09 15:12:32 -08:00
Nate McMaster 8c9e27963c Upgrade appveyor image 2017-01-09 10:40:04 -08:00
Nate McMaster 861026cd76 Remove redundant references 2017-01-05 18:16:07 -08:00
Nate McMaster ba8f85d972 Upgrade to VS 2017 2017-01-05 13:53:05 -08:00
Pranav K 7ab28ecdc6 Updating to 4.4 CoreFx packages 2016-12-14 14:47:31 -08:00
Chris R da4730a392 #1044 Revert "Auth: Always call prior handlers during Challenge"
This reverts commit e12838e38f.
2016-12-14 10:55:46 -08:00
Ajay Bhargav Baaskaran f00db3e66d Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:50:48 -08:00
N. Taylor Mullen 219617fa21 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:04:15 -08:00
N. Taylor Mullen db6135bb79 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 16:00:22 -08:00
Nate McMaster 6bf2430899
Clean tmp folder after unzipping KoreBuild 2016-11-18 10:57:09 -08:00
Pranav K 46df38de68 Updating versions to 1.2.0-* 2016-11-09 14:19:34 -08:00
Pranav K cc512560bd Merge branch 'rel/1.1.0' into dev 2016-11-09 11:33:22 -08:00
Pranav K f69bd9956b Branching for 1.1.0 2016-11-09 11:33:20 -08:00
jacalvar 82c231efca Created public API baselines 2016-11-08 11:38:53 -08:00
Ryan Brandenburg 96c27fa393 Revert breaking parameter rename 2016-11-08 10:32:46 -08:00
Chris R 415055ebab #1007 Additional id_token validation 2016-11-07 12:33:49 -08:00
Chris R 0c815da523 #903 Ensure redirect uris can be generated 2016-11-04 10:51:03 -07:00
Pranav K 834718d1f9 Updating to RTM builds of IdentityModel packages 2016-11-02 14:43:57 -07:00
Kiran Challa e55e3b6f5a Updated Authentication's Base64UrlTextEncoder to use WebUtilities's Base64UrlTextEncoder logic 2016-11-01 12:22:42 -07:00
Kiran Challa 500201bdf7 Made ChunkingCookieManager's default chunk size public 2016-11-01 12:14:02 -07:00
Chris R 2d1c56ce5c #884 Honor OIDC's and Jwt's OnAuthenticationFailed HandleResponse() 2016-10-31 13:48:50 -07:00
Kévin Chalet 8fcbddc23b Update ClaimsHelper.AddClaimsToIdentity to infer the claim value type from the JSON token type (#1002) 2016-10-24 09:28:25 -07:00
Pranav K b3fdac568f Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev 2016-10-17 09:56:39 -07:00
Pranav K fd56f5ac2a Branching for 1.1.0-preview1 2016-10-17 09:49:45 -07:00
Pranav K fa348ca680 Update to RTM build of ActiveDirectory package 2016-10-14 10:11:48 -07:00
Chris R b1b5a40ebf #1004 clean up social sample code 2016-10-13 20:14:15 -07:00
Pranav K 3eab3ef013 Updating package that was missed 2016-10-13 14:00:21 -07:00
Pranav K 734d36b2d1 Update to latest CoreFx package 2016-10-13 13:59:39 -07:00
Pranav K 7e577832ff Updating to netcoreapp1.1 2016-10-13 11:24:28 -07:00
Pranav K 1268d245b8 Revert "Updating to netcoreapp1.1"
This reverts commit 55134b31fe.
2016-10-12 16:09:40 -07:00
Pranav K 55134b31fe Updating to netcoreapp1.1 2016-10-12 13:46:35 -07:00
Pranav K f64c864911 Updating partner package versions 2016-10-03 14:28:05 -07:00