Commit Graph

1078 Commits

Author SHA1 Message Date
Damir Ainullin c8a99e5806 Removed redundant if checks (#1390) 2017-08-28 11:12:27 -06:00
Brian Chavez 414d596639 Spelling and grammar cleanup (#1391) 2017-08-27 21:03:29 -07:00
Nate McMaster 5b29bced0d Upgrade to xunit 2.3.0-beta4
Includes changes to assertions as required by xunit.analyzers 0.6
2017-08-22 18:12:32 -07:00
Poul Kjeldager Sørensen 488eb44467 Fix obsolete warning message (#1363)
Fixes the messaged shown to developers when they are updating their applications to 2.0. Bad idea to set the domain with some random naming text.
2017-08-14 11:07:19 -07:00
Scott Addie b43ffc4acc Recommend CookieBuilder.HttpOnly instead of CookieBuilder.SameSite (#1366) 2017-08-14 11:06:32 -07:00
Saravanan 43db99a568 Updated for the TwitterOptions Validation for the ConsumerKey and Con… (#1337) 2017-08-14 10:29:02 -07:00
Chris Ross 0c82d94a54 #772 Signout FormPost test (#1358) 2017-08-11 11:50:25 -07:00
Justin Kotalik 4eb1306692 Reacting to ResponseCookie Delete changes (#1362)
594f55947f
2017-08-11 10:24:18 -07:00
Chris R c125022050 #772 Fill in OIDC test gaps 2017-08-09 15:29:34 -07:00
Chris R 5d802a7988 Add sample for refresh tokens 2017-08-03 15:01:11 -07:00
Hao Kung d797543cfc Update obsolete error (#1346) 2017-08-03 12:59:45 -07:00
John Luo 4fec8c11c2 Ensure fallback to curl after failed wget 2017-08-02 14:33:52 -07:00
John Luo 98496d7d6b Update __get_remote_file logic 2017-08-02 12:44:48 -07:00
Nate McMaster a4458191c7 Fix syntax warning when running build.sh on older versions of bash
[ci skip]
2017-07-26 10:29:04 -07:00
Nate McMaster b9153be745 Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:34:50 -07:00
Pranav K 10b2e70f4c Updating to InternalAspNetCoreSdkVersion 2.1.1-* 2017-07-25 15:14:51 -07:00
Ryan Brandenburg b7d29e4f7b Set AspNetCoreVersion 2017-07-24 17:58:45 -07:00
Ryan Brandenburg b787344b90 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:33:10 -07:00
richstokoe 827852efdb Corrected typos in XML Docs in MessageReceivedContext for events in JwtBearer and OpenIdConnect middlesware. (#1336) 2017-07-24 08:49:49 -07:00
Hao Kung 644f34e90d AuthZ PolicyEvalutor should take resource 2017-07-21 11:04:01 -07:00
Mike Harder ae63c32bff Merge pull request #1326 from aspnet/rel/2.0.0 2017-07-14 18:15:29 -07:00
Mike Harder ba7739f14d Revert "Update Owin to latest (#1323)"
This reverts commit fcd9f0c3ff.
2017-07-14 18:14:22 -07:00
Mike Harder fcd9f0c3ff Update Owin to latest (#1323) 2017-07-14 16:55:07 -07:00
Mike Harder 78f9eeb9d1 Merge pull request #1325 from aspnet/rel/2.0.0 2017-07-14 16:37:09 -07:00
Mike Harder b61f1ee781 Enable Travis and AppVeyor for rel branches (#1324) 2017-07-14 16:34:20 -07:00
Kiran Challa 04a40b5454 Removed DotNetCliToolReference from the samples to fix build break 2017-07-14 06:30:30 -07:00
Chris R 442df16e26 Merge branch 'rel/2.0.0' into dev 2017-07-13 15:24:15 -07:00
Chris R 36d3d97b99 #1319 Add DisplayName overloads 2017-07-13 15:20:24 -07:00
Chris R 631b24520b Merge branch 'rel/2.0.0' into dev 2017-07-12 10:37:05 -07:00
Chris R 5485846b5c Update IdentityModel versions to latest, fix samples. 2017-07-12 09:56:25 -07:00
Ryan Brandenburg a894c38f7a Skip first time experience on Appveyor 2017-07-10 15:23:50 -07:00
Pranav K 72bf2507d8 Updating KoreBuild branch 2017-07-10 11:58:01 -07:00
Pranav K 93c7d1afee Merge branch 'rel/2.0.0' into dev 2017-07-10 11:58:01 -07:00
Pranav K 979475fbf3 Branching for 2.0.0 rtm 2017-07-10 11:46:06 -07:00
Pranav K ca81bcfe9a Merge branch 'rel/2.0.0' into dev 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