Skip to content

Releases: DuendeSoftware/products

IdentityServer 5.1

07 Jan 03:40
Compare
Choose a tag to compare

As part of this release we had 8 issues closed.

bugs

  • #142 Fix GetAuthorizationContextAsync to return multiple query values from returnUrl
  • #140 Fix CustomRedirectResult to use IAuthorizationParametersMessageStore if registered

enhancements

  • #159 HtmlEncode iframe URLs in EndSessionCallbackResult
  • #143 Add ISV flag and update license key validation
  • #136 optimize URLs for JWT request/request URI scenarios
  • #135 Preserve user session when same user re-authenticating
  • #95 add ApiResources to consent screen
  • #84 add feature to cleanup consumed tokens

IdentityServer 5.0.5

07 Jan 03:40
20210c5
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

enhancements

  • #127 Preserve request objects based on request objects URI
  • #118 Replace JwtSecurityTokenHandler with JsonWebTokenHandler
    • this introduces a small breaking change. The RequestObjectValues collection on ValidatedAuthorizeRequest and AuthorizeContext is now a List<Claim>

IdentityServer 5.0.4

07 Jan 03:40
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

bug

  • #107 Bug fix for custom redirects from IAuthorizeInteractionResponseGenerator

IdentityServer 5.0.3

07 Jan 03:40
7198869
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

enhancement

  • #99 Emit supported signing algorithms for request objects

IdentityServer 5.0.2

07 Jan 03:40
fcd12ab
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

bug

  • #98 Remove nonce requirement when no id_token requested from authorize endpoint

IdentityServer 5.0.1

07 Jan 03:39
d9d4bcb
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

bug

  • #87 Fix misuse DateTimeOffset and UTC in KeyManagement

enhancement

  • #83 Improve license logging at startup
  • added signature to NuGet package

IdentityServer 5.0.0

07 Jan 03:39
a767820
Compare
Choose a tag to compare

As part of this release we had 22 issues closed.

new features

  • #6 Automatic Key Management
  • #52 Resource Indicators
  • #48 Enable data protection on persisted grants
  • #28 License validation
  • #26 iss Response Parameter

enhancements

  • #68 Add option to specify whether s_hash should be emitted.
  • #65 Allow for prompt handling to maintain original values when sent to login page
  • #58 Update to the latest JS/CSS libs in UIs
  • #54 add support for ui_locales on end session endpoint
  • #37 Fix PromptModel handling

bug

  • #53 Create JTI on each new access token

internals

  • #70 Ref/usage of http context accessor
  • #64 Optimize claims serialization for persisted grants
  • #63 Remove json.net from key management
  • #62 Update to latest minor versions of bootstrap and jquery
  • #60 Switching to IdentityModel v5 and remove JSON.NET dependency
  • #55 Add abstraction for retrieving the issuer name for the current request

IdentityServer 5.0.0 Preview 3

07 Jan 03:39
85ddec8
Compare
Choose a tag to compare
Pre-release
  • added resource isolation
  • added data protection for persisted grants
  • removed JSON.NET dependencies

https://blog.duendesoftware.com/posts/20201230_preview3/

IdentityServer 5.0.0 Preview 2

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

IdentityServer 5.0.0 Preview 1

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

This release is the migration of the code-base to the Duende namespace. It also includes the first version of the built-in key management.