Skip to content

Releases: DuendeSoftware/products

IdentityServer 5.2.4

07 Jan 03:40
0b55fe4
Compare
Choose a tag to compare

Bugs fixed

  • better handling of when user profile is not loaded for x509cert2 usage by @brockallen in #632
  • When creating token payload, ignore custom claims used for token validation (e.g. aud, iat, etc) by @brockallen in #633

Full Changelog: 5.2.3...5.2.4

IdentityServer 6.0 Preview 3

07 Jan 03:40
952858d
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: 5.2.2...6.0.0-preview.3

IdentityServer 6.0 Preview 2

07 Jan 03:41
Compare
Choose a tag to compare
Pre-release

As part of this release we had 24 issues closed.

bugs

  • #419 Fix bug in cache removal for DistributedCacheAuthorizationParametersMessageStore
  • #416 Fix bug when storing session id in refresh token
  • #358 Fix inconsistency in CustomRedirectResult vs Login and ConsentPageResult

enhancements

  • #431 Change cache design for resource store cache
  • #425 Change lifetime of nested options in DI to be more multi-tenant friendly
  • #423 Add finer grained IdentityServerBuilderExtensions for registering cookie authentication services
  • #421 Add feature to the default cache to prevent concurrent reloading of the cache
  • #420 Change the cache key separator to use more redis friendly value
  • #415 Add IdentityProvider validator
  • #414 Reduce usage of HttpContext extension methods
  • #410 Enhancements to front channel logout iframes
  • #405 Add cancellation token support at boundaries
  • #404 Encode persisted grant handles to avoid collation issues
  • #403 [EF] Change DbContext constructors to support pooling
  • #389 Replace Uri.TryCreate with Uri.IsWellformedUriString
  • #388 [EF] Optimize client query to use a single DB round trip
  • #357 Add temporarily_unavailable error support for ConsentResponse
  • #263 Update Quickstart UI to use Razor Pages

schema changes

  • #356 Add missing columns for created, updated, etc to EF entities
  • #355 Add unique constraints to EF tables where duplicate records not allowed
  • #352 Add TableConfiguration for "Keys" table in operational EF database

internals

  • #418 Remove custom serialization handling for AuthenticationProperties
  • #409 Suppress EF warning about split query behavior
  • #353 For ISV license, reduce startup license log level to trace

IdentityServer 5.2.3

07 Jan 03:42
Compare
Choose a tag to compare

Patch for bug where the SID was not stored correctly.

IdentityServer 5.2.2

07 Jan 03:42
b28f8dd
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

bugs

  • #316 Add physical token endpoint to audience list for private key JWTs
  • #315 add cache key prefix to avoid cache collisions in the two api resource caches
  • #271 Relax GetOrigin to allow non-http/s URIs

IdentityServer 5.2.1

07 Jan 03:42
0062708
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

bugs

  • #256 Add missing GetAllSchemeNames to the IIdentityProviderStore
  • #243 relax constraint on handler type when configuring the external provider

internal

  • #254 minor cleanup for dynamic providers

IdentityServer 5.2

07 Jan 03:42
Compare
Choose a tag to compare

As part of this release we had 15 issues closed.

bugs

  • #235 delay filesystem access until needed for automatic key management
  • #220 Always allow explicit error responses from authorize request
  • #200 move consent message store loading to after request validation
  • #194 use SetClient rather than setting Client property directly in end session validator

enhancements

  • #209 Allow full host name to be included in OidcReturnUrlParser's IsValidReturnUrl
  • #197 add support for user tenant check in authorize interaction response generator against acr tenant value
  • #193 Prefer explicitly registered signing keys over automatic key management keys
  • #192 Open up DefaultCache for derived implementations
  • #188 Support for dynamic OIDC authentication schemes

internals

  • #236 log issuers and client ids when license validation fails
  • #223 Allow identity providers table to store additional data
  • #167 Set license defaults for business and enterprise ISV editions

IdentityServer 5.2 Preview 2

07 Jan 03:42
74be692
Compare
Choose a tag to compare
Pre-release

As part of this release we had 14 issues closed.

bugs

  • #220 Always allow explicit error responses from authorize request
  • #200 move consent message store loading to after request validation
  • #194 use SetClient rather than setting Client property directly in end session validator

enhancements

  • #209 Allow full host name to be included in OidcReturnUrlParser's IsValidReturnUrl
  • #197 add support for user tenant check in authorize interaction response generator against acr tenant value
  • #193 Prefer explicitly registered signing keys over automatic key management keys
  • #192 Open up DefaultCache for derived implementations
  • #188 Support for dynamic OIDC authentication schemes
  • #164 Open up DefaultCache for derived implementations

internals

  • #223 Allow identity providers table to store additional data
  • #167 Set license defaults for business and enterprise ISV editions

IdentityServer 5.2.0 Preview 1

07 Jan 03:42
6a86b06
Compare
Choose a tag to compare
Pre-release

As part of this release we had 12 issues closed.

bugs

  • #200 move consent message store loading to after request validation
  • #194 use SetClient rather than setting Client property directly in end session validator

enhancements

  • #209 Allow full host name to be included in OidcReturnUrlParser's IsValidReturnUrl
  • #197 add support for user tenant check in authorize interaction response generator against acr tenant value
  • #193 Prefer explicitly registered signing keys over automatic key management keys
  • #192 Open up DefaultCache for derived implementations
  • #188 Support for dynamic OIDC authentication schemes
  • #164 Open up DefaultCache for derived implementations

internal

  • #167 Set license defaults for business and enterprise ISV editions

IdentityServer 5.1.1

07 Jan 03:42
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

bug

  • #201 move consent message store loading to after request validation