aspnetcore/test/Microsoft.AspNetCore.Authen.../OpenIdConnect
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
..
MockOpenIdConnectMessage.cs
OpenIdConnectChallengeTests.cs Add MaxAge to OpenIdConnectOptions 2017-10-09 11:45:51 -07:00
OpenIdConnectConfigurationTests.cs Add MaxAge to OpenIdConnectOptions 2017-10-09 11:45:51 -07:00
OpenIdConnectEventTests.cs
OpenIdConnectTests.cs
TestServerBuilder.cs
TestServerExtensions.cs
TestSettings.cs Add MaxAge to OpenIdConnectOptions 2017-10-09 11:45:51 -07:00
TestTransaction.cs