Commit Graph

927 Commits

Author SHA1 Message Date
Chris Ross (ASP.NET) e13ceb690b Detect remote denails for Twitter accounts 2018-01-02 15:40:48 -08:00
ASP.NET CI c67cc03b77 Update dependencies.props
[auto-updated: dependencies]
2017-12-31 21:58:42 +00:00
Chris Ross (ASP.NET) 13e2a16b31 Update dependencies for CookiePolicy 2017-12-28 11:52:47 -08:00
Chris Ross (ASP.NET) f8b4f4c620 Add consent to CookiePolicy #1561 2017-12-27 13:38:18 -08:00
ASP.NET CI 45ab9485d3 Update dependencies.props
[auto-updated: dependencies]
2017-12-18 17:56:00 -08:00
ASP.NET CI bd3c202fcd Update dependencies.props
[auto-updated: dependencies]
2017-12-13 21:42:05 +00:00
ASP.NET CI 4edc900dd8 Update dependencies.props
[auto-updated: dependencies]
2017-12-10 13:47:31 -08:00
Eilon Lipton b57757fa99
Merge pull request #1549 from muqeet-khan/dev
Updated logging extension to remove the period on ValidationFailed
2017-12-07 14:15:18 -08:00
Ryan Brandenburg c5307f9a7a Update bootstrappers 2017-12-01 14:37:40 -08:00
Pranav K e69d9e2063 Specify runtime versions to install 2017-11-29 14:09:30 -08:00
Muqeet Khan 477ed8d92c
Merge pull request #1 from muqeet-khan/muqeet-khan-patch-1
Updated logging extension to remove the period on ValidationFailed
2017-11-22 13:06:14 -06:00
Muqeet Khan e2f6ad6169
Updated logging extension to remove the period on ValidationFailed
_tokenValidationFailed format string includes the JWT token followed by a period, which if a dev troubleshooting copies incorrectly to the EOL will make the JWT invalid. 

Current: Failed to validate the token eyJhbGc.......HCwFmw.
Proposed: Failed to validate the token eyJhbGc.......HCwFmw
2017-11-22 13:04:54 -06:00
Pranav K a9482d1d03 Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 15:48:55 -08:00
Nate McMaster 28aae41993 Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:18:35 -08:00
Pranav K 34083584a6 Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:26 -08:00
Pranav K f8711a2da3 Update samples and tests to target netcoreapp2.1 2017-11-13 17:24:59 -08:00
Mikael Frosthage 5e51cb5c69 Fixed summary tag on comment (#1535) 2017-11-10 08:46:12 -08:00
Eilon Lipton 9d5d4978b0
Merge pull request #1522 from leastprivilege/patch-3
Change LogLevel from Information to Debug (see #1517)
2017-11-09 14:28:58 -08:00
Nate McMaster 148aef110e Remove redundant ProjectReference's in Auth.Test.csproj
cref dotnet/sdk#1716
2017-11-07 17:30:50 -08:00
Hao Kung 72e1cb1385 Add VirtualSchemes 2017-11-06 14:16:57 -08:00
Dominick Baier 1927f65e97
Change LogLevel from Information to Debug (see #1517) 2017-11-03 16:55:42 +01:00
Nate McMaster bd8ecd0268 Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 16:37:42 -07:00
Chris Ross (ASP.NET) 00c9210157 Refactor OIDC event tests 2017-11-01 15:53:26 -07:00
tstojecki 88cb3df0eb Added support for multiple values (arrays) in default claim action (#1501)
* Added support for multiple values (arrays) in default claim action

* Added tests to claim action update to support array values
2017-10-31 09:27:07 -07:00
Hao Kung 794e9c79fd Update cookie doc comments 2017-10-19 13:13:15 -07:00
Ryan Brandenburg a2a86ffc78 Add RepositoryRoot 2017-10-18 09:37:11 -07:00
Chris Ross (ASP.NET) 824539f47a #1349 Don't throw for partial cookies 2017-10-12 10:14:19 -07:00
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