Commit Graph

833 Commits

Author SHA1 Message Date
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
Hao Kung 1f5a27e20a Switch to Options Initializer 2017-05-17 14:05:27 -07:00
Nate McMaster bdd4d21996 Update test framework versions and fix issues with tests 2017-05-12 14:30:18 -07:00
Eilon Lipton 785c1251dd Add auth link 2017-05-11 16:32:19 -07:00
Pavel Krymets 36605636df Remove unnecessary package references (#1210) 2017-05-10 11:47:56 -07:00
BrennanConroy b7a5a6044d Fix samples logging (#1205) 2017-05-09 08:57:39 -07:00
Pranav K 85dcdcc92c Merge pull request #1203 from aspnet/rel/2.0.0-preview1
Migrate to netcoreapp2.0 (#1202)
2017-05-04 19:27:14 -07:00
Chris R d84abf1fe6 Migrate to netcoreapp2.0 (#1202)
* Migrate to netcoreapp2.0, remove Microsoft.Owin.Security.Interop & tests.

* Remove net45 baselines
2017-05-04 19:26:44 -07:00
Pranav K e97ed66534 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:02:41 -07:00
Pranav K c0f4a211e4 Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:40:12 -07:00
Nate McMaster e17b275d92 Revert "Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved"
This reverts commit 4b9f57b3b3.
2017-04-28 11:51:56 -07:00
Pranav K 998767043a Updating package version to preview2 2017-04-26 07:13:36 -07:00
Pranav K 25b2ff087e Merge branch 'rel/2.0.0-preview1' into dev 2017-04-25 22:05:26 -07:00