Chris Ross (ASP.NET)
c729063c31
Fix flaky cookie policy tests #1629
2018-01-30 15:27:52 -08:00
Chris Ross (ASP.NET)
272aa16322
Update JwtBearer sample error handling #1613
2018-01-26 11:46:35 -08:00
Chris Ross (ASP.NET)
ab8328abca
Raise the CookiePolicy consent cookie lifetime to one year #1589
2018-01-26 08:52:08 -08:00
Pranav K
a940b6e356
Updating version to preview2
2018-01-24 15:00:29 -08:00
Pranav K
2697b0c9c4
Merge branch 'release/2.1' into dev
2018-01-23 15:51:06 -08:00
Pranav K
c534335cb0
Branching for 2.1.0-preview1
2018-01-23 15:32:49 -08:00
Hao Kung
ba1eb281d1
Stop logging username/token
...
Fixes https://github.com/aspnet/Security/issues/1259
2018-01-16 11:40:05 -08:00
Chris Ross (ASP.NET)
dde7671c06
OIDC: Use IdentityModel redirect form generator #1448
2018-01-08 09:23:06 -08:00
Chris Ross (ASP.NET)
226b24060f
Update deps
2018-01-08 09:11:13 -08:00
Chris Ross (ASP.NET)
1f855f7b06
Implement ITrackingConsentFeature.CreateConsentCookie() #1590
2018-01-05 12:34:39 -08:00
ASP.NET CI
da066d50e0
Update dependencies.props
...
[auto-updated: dependencies]
2018-01-04 02:05:41 +00:00
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