Skip to content

Open.IdentityServer v1.0.2

Latest

Choose a tag to compare

@patchandthat patchandthat released this 16 Jul 14:53

Open.IdentityServer Release Notes

Version 1.0.2 (Nuget)

Bug Fixes

  • Fix an additional null handling issue when using a Duende database and the keys table is empty. (fbabaf)
  • Fix DistributedCacheAuthorizationParametersMessageStore.DeleteAsync improperly formatting cache keys. (c3aaf4)

Other changes

  • Fix flaky test that fails outside of GMT timezone. (ee8d9e)
  • Refactor to reduce code duplication across LoginPageResult, ConsentPageResult and CustomRedirectResult. (d7289c)