Open.IdentityServer v1.0.1
Open.IdentityServer Release Notes
Version 1.0.1 (Nuget)
Bug Fixes
- Fix Null Ref Exception when using
CompatibilityKeyStoreand the underlying storage is empty. (8cc0d4) - Added
MaxLifetimeoption for keys when usingCompatibilityKeyStore. 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)