Commit Graph

845 Commits

Author SHA1 Message Date
Pranav K ca81bcfe9a Merge branch 'rel/2.0.0' into dev 2017-07-10 11:46:06 -07:00
Pranav K 979475fbf3 Branching for 2.0.0 rtm 2017-07-10 11:46:06 -07:00
Hao Kung df325deaf3 Add AddAuthentication(defaultScheme) overload 2017-07-07 12:06:00 -07:00
Hao Kung 38d33cfbf2 Fix tests to work with new default 2017-07-07 11:36:58 -07:00
Ryan Brandenburg d433f034fa Remove NETStandard.Library.NETFramework 2017-07-07 10:30:07 -07:00
Pranav K bfe0674325 Update version suffix for 2.0.0 RTM release 2017-07-06 15:08:51 -07:00
Ryan Brandenburg 184ccb8f4a Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:00:29 -07:00
Hao Kung 23da476176 Switch to IOptionsMonitor (#1295) 2017-07-06 13:41:47 -07:00
Nate McMaster fd502195a4 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:39:16 -07:00
Nate McMaster bd19ba9533 Revert obsoleting CookieAuthenticationOptions.ExpireTimeSpan (#1296)
- Revert the obsoleting of CookieAuthenticationOptions.ExpireTimeSpan in aspnet/Security#1285
- Add test to ensure Cookie.Expiration is ignored
2017-07-05 15:43:43 -07:00
Chris R 658f4621b1 #1208 Clean up JWT and OIDC issuer handling 2017-07-05 14:44:23 -07:00
Hao Kung 1c30f33c92 Remove AddXyzAuth extension methods 2017-07-05 13:00:40 -07:00
Nate McMaster a7bf561b1c Add CookieBuilder to CookieAuthenticationOptions and obsolete the duplicated properties 2017-07-05 10:05:10 -07:00
Nate McMaster 968237d751 Replace configure method on Twitter, RemoteAuthentication, and OpenIdConnect options with CookieBuilder 2017-07-05 09:56:12 -07:00
Murat Girgin 66b939725e https://github.com/aspnet/Security/issues/1265. Check Auth failures and log them. 2017-07-03 18:04:05 -07:00
Pranav K 96f6436a67 Update LICENSE.txt text 2017-07-03 14:07:57 -07:00
Hao Kung ff9f145a8e Refactor Events + Add IAuthenticationBuilder 2017-06-29 16:27:03 -07:00
Pranav K e1cd8c9bc4 Add NETStandardImplicitPackageVersion 2017-06-29 08:50:23 -07:00
Hao Kung 80383606d3 AuthZ: Eliminate extra ToArray() 2017-06-27 10:31:42 -07:00
Nate McMaster 717625c948 Adding libunwind8 to .travis.yml
[skip appveyor]
2017-06-26 09:42:10 -07:00
Gerardo Saca 05c6cbe466 Fix documentation for JwtBearerOptions.Events (#1249) 2017-06-23 09:00:31 -07:00
Javier Calvarro Nelson 879f0b7f40 [Fixes #1133] Limit the path on the nonce and correlation id cookies 2017-06-15 11:23:05 -07:00
Chris R 200ce72312 Rename PostLogoutRedirectUri to avoid spec confusion 2017-06-13 15:20:54 -07:00
Hao Kung 9797d4bc5f Reenable API check 2017-06-12 14:58:11 -07:00
Chris R bc3c4e9f12 #1200 Doc comments for OnRedirectToIdentityProvider 2017-06-09 16:23:47 -07:00
John Luo f6bb49d1ea Merge branch 'rel/2.0.0-preview2' into dev 2017-06-09 15:52:10 -07:00
John Luo d6f2767d1a Update Microsoft.IdentityModel.Clients.ActiveDirectory version to 3.13.9 2017-06-09 15:45:35 -07:00
Pranav K 4a258b4565 Remove usage of TaskCache 2017-06-08 09:01:00 -07:00
Nate McMaster a561da0b3f Remove itemgroup from csproj with unreachable code 2017-06-06 15:41:17 -07:00
Hao Kung f0217eb77f Merge branch 'rel/2.0.0-preview2' into dev 2017-06-05 14:05:57 -07:00
Hao Kung b795893542 Remove rogue using 2017-06-05 14:04:33 -07:00
Hao Kung 6d4fa4e91c Merge branch 'rel/2.0.0-preview2' into dev 2017-06-05 11:34:49 -07:00
Hao Kung ae3dfcdb32 Remote ConfigureDefaultOptions 2017-06-05 11:34:35 -07:00
Hao Kung b3e4bf382c Merge branch 'rel/2.0.0-preview2' into dev 2017-06-02 14:35:46 -07:00
Hao Kung db9ae62632 IInitializeOptions => IPostConfigureOptions 2017-06-02 14:28:03 -07:00
Kiran Challa c5b566ed4a Merge branch 'rel/2.0.0-preview2' into dev 2017-06-01 15:19:49 -07:00
Pranav K 8bfab2b378 Updating versions to preview3 2017-06-01 10:47:46 -07:00
Kiran Challa 4034158c61 Removed reference to System.Net.Http 2017-06-01 06:25:25 -07:00
Pranav K 3d856fc2a3 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 20:03:25 -07:00
Pranav K f8feee3783 Updating build scripts to point to 2.0.0-preview2 KoreBuild 2017-05-31 19:53:33 -07:00
Pranav K c6fbab2013 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 19:47:02 -07:00
Pranav K e573b84310 Branching for rel/2.0.0-preview2 2017-05-31 19:37:21 -07:00
Kiran Challa e65a67bb5c Updated to use the latest shared runtime 2017-05-29 04:41:58 -07:00
John Luo c523839078 Update default settings for SameSite
- Need Lax policy for social authentication
- Need None policy for OIDC
2017-05-26 12:19:18 -07:00
Hao Kung 348cdf9da9 Fix sln 2017-05-25 23:31:09 -07:00
Hao Kung 0b41dd1289 Disable api check to unblock build 2017-05-25 20:25:04 -07:00
Hao Kung e940cdb36b AuthZ 2.0 changes + react to Http 2017-05-25 18:29:19 -07:00
Chris R 30392a1811 Retarget to netstandard2.0 and net461 2017-05-24 19:04:48 -07:00
John Luo 769da5fd87 Add SameSitePolicy to CookiePolicyMiddleware 2017-05-23 09:55:11 -07:00
Chris R 2a4a7dd26a Make samples work. Fix AddOAuthAuthentication extension. (#1226) 2017-05-22 10:01:44 -07:00