Commit Graph

900 Commits

Author SHA1 Message Date
Chris Ross (ASP.NET) bd07f8b683 #1353 use a compliant Expires header value for expiration. 2017-10-11 12:40:15 -07:00
Hao Kung 02cd997e32 Add Validate(scheme) and use for RemoteSignInScheme not self validation 2017-10-10 14:17:07 -07:00
Ryan Brandenburg e0ad6ed6b9 Update bootstrappers 2017-10-09 12:44:39 -07:00
Chris Ross (ASP.NET) 0904af8ff3 PR style cleanup 2017-10-09 11:45:51 -07:00
OpenIDAuthority e34a5f8fb8 Add MaxAge to OpenIdConnectOptions
- max_age parameter added to the authentication request if MaxAge is not null
 - throws exception if MaxAge is set to a negative value
 - Fractions of seconds are ignored
 - See http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest for expected behavior

Addresses #1233
2017-10-09 11:45:51 -07:00
Javier Calvarro Nelson 3e7d1a7fd4 React to updated IdentityModel version 2017-10-06 16:09:26 -07:00
Nate McMaster 54e4f6834e Minor test code changes to resolve xUnit2013 build error 2017-10-05 15:35:51 -07:00
Josh Coulter 0959c941b4 Cleaned up OAuth handler's exception messages (#1462) 2017-10-02 11:25:46 -07:00
Gareth Brading 4a6c74f4f9 Added ability to set prompt parameter in OpenIdConnectOptions (#1401) 2017-09-28 14:03:52 -07:00
Chris R 144ee21696 #1188 Add AuthenticationProperties to HandleRequestResult and RemoteFailureContext 2017-09-27 14:18:42 -07:00
Javier Calvarro Nelson 5abcfe7e3d Update API check baselines to 2.0 2017-09-22 17:24:10 -07:00
Chris Ross (ASP.NET) 13fdbac48f #942 Add the SignedOutCallbackRedirect event for OIDC 2017-09-22 15:29:15 -07:00
Justin Kotalik 31dd4ebd9c Increase Minimum Version of Visual Studio to 15.3.0 2017-09-21 17:58:29 -07:00
Hao Kung 648bb1e810 Obsolete old AddSchemes 2017-09-20 12:09:33 -07:00
Hao Kung 1367a5d385 Make all handlers public 2017-09-19 15:32:28 -07:00
agoretsky 241880eadc Minor improvements (#1403)
* Fixed exception overwriting due to possible NullReferenceException

* Removed unused local variables
2017-09-19 09:14:49 -07:00
Anders Abel eff1b42d6e Fix comment (#1436)
Fix comment, it's setting sign in scheme (old left-over from copy-paste?)
2017-09-16 10:41:52 -07:00
Hao Kung b9d9418f6d Block SignInScheme = self 2017-09-15 14:22:03 -07:00
Hao Kung 863846bb2a Cleanup resx (#1424) 2017-09-14 10:59:59 -07:00
Nate McMaster a53bf093a7 Use PackageLineup to manage PackageReference versions 2017-08-29 15:26:04 -07:00
Nate McMaster 724be48ee9 Use Directory.Build.props/targets 2017-08-29 15:24:01 -07:00
Kiran Challa bf685de16b Using WebEncoders' Base64Url encode/decode functionality 2017-08-29 08:33:47 -07:00
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