Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps Duende.IdentityServer and Duende.IdentityServer.Storage. These dependencies needed to be updated together.
Updates Duende.IdentityServer from 7.0.7 to 7.1.1

Release notes

Sourced from Duende.IdentityServer's releases.

IdentityServer 7.1.1

This is a patch release that fixes a bug that could cause sessions to expire instead of sliding.

What's Changed

IdentityServer 7.1.0 is a significant release that includes:

  • .NET 9 support
  • Use of Duende.IdentityModel
  • New license usage helpers
  • Friendly READMEs in the NuGet packages
  • Improved log filtering when HTTP requests are aborted
  • Redaction of the subject token during token exchange
  • Improved extensibility of the ClientConfigurationStore in the Configuration API
  • Several bug fixes
  • Numerous small code quality and performance enhancements from the community

Breaking Changes

There are no schema changes needed for IdentityServer 7.1.0. Small code changes will be required for must users to upgrade.

  • IdentityModel renamed Duende.IdentityModel
  • ClientConfigurationStore now uses IConfigurationDbContext

IdentityModel renamed Duende.IdentityModel

  • Use Duende.IdentityModel 7.0.0 by @​damianh in DuendeSoftware/IdentityServer#1621 Our open source IdentityModel library has been renamed Duende.IdentityModel, and we now depend on Duende.IdentityModel instead of IdentityModel. Duende.IdentityModel is a drop-in replacement for IdentityModel with updated namespaces that include the Duende prefix. If you are using IdentityModel's types in your IdentityServer implementation, you will need to update references from IdentityModel to Duende.IdentityModel (replace "using IdentityModel" with "using Duende.IdentityModel").

ClientConfigurationStore now uses IConfigurationDbContext

  • Use IConfigurationDbContext in ClientConfigurationStore by @​stefannikolei in DuendeSoftware/IdentityServer#1624 The ClientConfigurationStore in the Duende.Configuration.EntityFramework package now depends on IConfigurationDbContext instead of ConfigurationDbContext to allow for customization. If you have a customized store that derives from the default store, you may need to update your constructors. Note that this only affects the Entity Framework based implementation of the configuration store used by the dynamic client registration configuration API.

Enhancements

.NET 9

License Usage Helpers

  • Add new license management services by @​josephdecock in DuendeSoftware/IdentityServer#1637 A LicenseUsageSummary is now available which includes the license edition and clients, issuers, and enterprise or business edition features used. The intent is to make it easier to understand which license is needed.

Other Enhancements

... (truncated)

Commits
  • a7af9d0 Merge pull request #1823 from DuendeSoftware/artifact-upload
  • 73f8f4c Change path for where to find artifacts
  • 886136c Merge pull request #1822 from DuendeSoftware/beh/7.1.1-fix-extra-tag-step
  • 1365b65 Removing redundant tag step in release workflow
  • c408575 Merge pull request #1821 from DuendeSoftware/beh/7.1.1-backport-workflow-changes
  • 156e31a Backported workflow changes from main
  • 6476e6a Merge pull request #1818 from DuendeSoftware/beh/7.1.0-update-session-cookie-bug
  • a93af6e Revert change which was causing cookies to be re-issued unnecessarily with wr...
  • bb9798e ci(is): Update code signing cert
  • b573785 ci(is) remove monorepo references in build steps for 7.1 release
  • Additional commits viewable in compare view

Updates Duende.IdentityServer.Storage from 7.0.7 to 7.1.1

Release notes

Sourced from Duende.IdentityServer.Storage's releases.

IdentityServer 7.1.1

This is a patch release that fixes a bug that could cause sessions to expire instead of sliding.

What's Changed

IdentityServer 7.1.0 is a significant release that includes:

  • .NET 9 support
  • Use of Duende.IdentityModel
  • New license usage helpers
  • Friendly READMEs in the NuGet packages
  • Improved log filtering when HTTP requests are aborted
  • Redaction of the subject token during token exchange
  • Improved extensibility of the ClientConfigurationStore in the Configuration API
  • Several bug fixes
  • Numerous small code quality and performance enhancements from the community

Breaking Changes

There are no schema changes needed for IdentityServer 7.1.0. Small code changes will be required for must users to upgrade.

  • IdentityModel renamed Duende.IdentityModel
  • ClientConfigurationStore now uses IConfigurationDbContext

IdentityModel renamed Duende.IdentityModel

  • Use Duende.IdentityModel 7.0.0 by @​damianh in DuendeSoftware/IdentityServer#1621 Our open source IdentityModel library has been renamed Duende.IdentityModel, and we now depend on Duende.IdentityModel instead of IdentityModel. Duende.IdentityModel is a drop-in replacement for IdentityModel with updated namespaces that include the Duende prefix. If you are using IdentityModel's types in your IdentityServer implementation, you will need to update references from IdentityModel to Duende.IdentityModel (replace "using IdentityModel" with "using Duende.IdentityModel").

ClientConfigurationStore now uses IConfigurationDbContext

  • Use IConfigurationDbContext in ClientConfigurationStore by @​stefannikolei in DuendeSoftware/IdentityServer#1624 The ClientConfigurationStore in the Duende.Configuration.EntityFramework package now depends on IConfigurationDbContext instead of ConfigurationDbContext to allow for customization. If you have a customized store that derives from the default store, you may need to update your constructors. Note that this only affects the Entity Framework based implementation of the configuration store used by the dynamic client registration configuration API.

Enhancements

.NET 9

License Usage Helpers

  • Add new license management services by @​josephdecock in DuendeSoftware/IdentityServer#1637 A LicenseUsageSummary is now available which includes the license edition and clients, issuers, and enterprise or business edition features used. The intent is to make it easier to understand which license is needed.

Other Enhancements

... (truncated)

Commits
  • a7af9d0 Merge pull request #1823 from DuendeSoftware/artifact-upload
  • 73f8f4c Change path for where to find artifacts
  • 886136c Merge pull request #1822 from DuendeSoftware/beh/7.1.1-fix-extra-tag-step
  • 1365b65 Removing redundant tag step in release workflow
  • c408575 Merge pull request #1821 from DuendeSoftware/beh/7.1.1-backport-workflow-changes
  • 156e31a Backported workflow changes from main
  • 6476e6a Merge pull request #1818 from DuendeSoftware/beh/7.1.0-update-session-cookie-bug
  • a93af6e Revert change which was causing cookies to be re-issued unnecessarily with wr...
  • bb9798e ci(is): Update code signing cert
  • b573785 ci(is) remove monorepo references in build steps for 7.1 release
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Duende.IdentityServer](https://github.com/DuendeSoftware/products) and [Duende.IdentityServer.Storage](https://github.com/DuendeSoftware/products). These dependencies needed to be updated together.

Updates `Duende.IdentityServer` from 7.0.7 to 7.1.1
- [Release notes](https://github.com/DuendeSoftware/products/releases)
- [Commits](DuendeSoftware/products@is/7.0.7...is-7.1.1)

Updates `Duende.IdentityServer.Storage` from 7.0.7 to 7.1.1
- [Release notes](https://github.com/DuendeSoftware/products/releases)
- [Commits](DuendeSoftware/products@is/7.0.7...is-7.1.1)

---
updated-dependencies:
- dependency-name: Duende.IdentityServer
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Duende.IdentityServer.Storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants