Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

RC3

Pre-release
Pre-release
Compare
Choose a tag to compare
@leastprivilege leastprivilege released this 07 Nov 10:37

As part of this release we had 20 issues closed.

bugs

  • #441 session id being overwritten while user logged in
  • #438 RequireSignOutPrompt on Client is Missing
  • #392 Removing session id cookie when user no longer authenticated is incorrect
  • #384 Rename InMemoryLoginService.cs

enhancements

  • #459 Add client protocol check at token endpoint
  • #440 add signout for external idp in UI
  • #436 Change InMemoryUser to support collection initializers
  • #426 Update docs and samples for new API surface
  • #425 Add extensibility properties to Client class
  • #418 Make GetAuthorizationContextAsync extensible
  • #405 Add Login/Logout related events
  • #404 Remove "AddDeveloperIdentityServer"
  • #389 Add logging to cache
  • #388 Add more context to IsActive
  • #381 Disable plain text PKCE by default
  • #380 Check value type for auth_time
  • #368 The naming of AddInMemoryStores
  • #279 Register AddMemoryCache in our AddInMemoryCaching
  • #242 Add CSP/XFO security headers
  • #166 Enable authorize/token validation pipeline extensibility