Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@danroth27 danroth27 released this 14 Aug 13:05

Features

  • Provide a way to prevent AuthenticationSchemeProvider from picking a specific scheme handler (#1287)
  • Remove top level methods on IServiceCollection that configure authentication (#1269)
  • Revisit SchemeBuilder/AddScheme (#1186)
  • Auth 2.0 Cleanup: Revisit cleanup events/context (#1181)
  • Changing name of correlation and nonce cookie in OpenID Connect middleware (#1033)

Bugs Fixed

  • AuthZ Regression: PolicyEvaluator always passes HttpContext for resource (#1329)
  • DisplayName in new AuthN Plumbing? (#1319)
  • Should auth options be using IOptionsMonitor? (#1282)
  • Passing in an AuthoritizationPolicy allocates an array everytime (#1274)
  • Authentication failures are not properly logged (#1265)
  • Make it easier to specify a default scheme (#1264)
  • OnRedirectToIdentityProvider - improve /// comments (#1200)
  • Consider limiting the cookies we use for nonce and correlationId to the paths that we use them on (#1133)
  • Consider revisiting OpenIdConnectOptions.PostLogoutRedirectUri in 2.0.0 (#1089)