Skip to content

Open.IdentityServer v1.0.1

Choose a tag to compare

@patchandthat patchandthat released this 25 Jun 12:59

Open.IdentityServer Release Notes

Version 1.0.1 (Nuget)

Bug Fixes

  • Fix Null Ref Exception when using CompatibilityKeyStore and the underlying storage is empty. (8cc0d4)
  • Added MaxLifetime option for keys when using CompatibilityKeyStore. Default is 90 days. Previously it was possible for expired keys to be used if they were set to not be deleted after expiry in Duende IdentityServer. (ba038a)
  • Fix audience claims not being mapped to token audiences in IdentityServerTools (90047b)