Skip to content

Bump Duende.IdentityModel.OidcClient and Duende.IdentityModel.OidcClient.Extensions#354

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/multi-ac4c64e188
Open

Bump Duende.IdentityModel.OidcClient and Duende.IdentityModel.OidcClient.Extensions#354
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/multi-ac4c64e188

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Updated Duende.IdentityModel.OidcClient from 7.0.1 to 7.1.0.

Release notes

Sourced from Duende.IdentityModel.OidcClient's releases.

7.1.0

This is a minor release which adds:

  • Support for RFC 9701 (JWT Introspection Response)
  • Support for optional claims from RFC 7662 (Token Introspection)
  • Support for new token 'typ' from RFC 7523 bis (JWT Client Authentication)
  • Support for token endpoint authentication signing algorithms in discovery document

Detailed Changes

  • Add properties to TokenIntrospectionResponse for all optional claims in RFC 7662 by @​0xced in #​55
  • Mark DateTimeExtensions methods as obsolete by @​0xced in #​56
  • Add constants for protocol parameters from RFC 9701 by @​bhazen in #​174
  • Adds support for requesting & receiving JWT-based token introspection requests by @​StuFrankish in #​179
  • Edit DiscoveryEndpoint xmldoc for clarity by @​josephdecock in #​181
  • Add PAR endpoint to mtls_endpoint_aliases by @​josephdecock in #​182
  • Add ClientAuthentication JWT claim type for private_key_jwt by @​josephdecock in #​186
  • Support token_endpoint_auth_signing_alg_values_supported by @​josephdecock in #​203

Contributors

Thanks to the Duende.IdentityModel community for your involvement with issues and pull requests!

  • @​0xced
  • @​bhazen
  • @​StuFrankish
  • @​josephdecock

7.1.0-preview.1

This is the first preview release of Duende.IdentityModel 7.1.0. Highlights include

  • Support for RFC 9701 (JWT Introspection Response)
  • Support for optional claims from RFC 7662 (Token Introspection)
  • Support for new token 'typ' from RFC 7523 bis (JWT Client Authentication)

Detailed Changes

  • Add properties to TokenIntrospectionResponse for all optional claims in RFC 7662 by @​0xced in #​55
  • Mark DateTimeExtensions methods as obsolete by @​0xced in #​56
  • Add constants for protocol parameters from RFC 9701 by @​bhazen in #​174
  • Adds support for requesting & receiving JWT-based token introspection requests by @​StuFrankish in #​179
  • Edit DiscoveryEndpoint xmldoc for clarity by @​josephdecock in #​181
  • Add PAR endpoint to mtls_endpoint_aliases by @​josephdecock in #​182
  • Add ClientAuthentication JWT claim type for private_key_jwt by @​josephdecock in #​186

Contributors

Thanks to the Duende.IdentityModel community for your involvement with issues and pull requests!

  • @​0xced
  • @​bhazen
  • @​StuFrankish
  • @​josephdecock

Commits viewable in compare view.

Updated Duende.IdentityModel.OidcClient.Extensions from 7.0.1 to 7.1.0.

Release notes

Sourced from Duende.IdentityModel.OidcClient.Extensions's releases.

7.1.0

This is a minor release which adds:

  • Support for RFC 9701 (JWT Introspection Response)
  • Support for optional claims from RFC 7662 (Token Introspection)
  • Support for new token 'typ' from RFC 7523 bis (JWT Client Authentication)
  • Support for token endpoint authentication signing algorithms in discovery document

Detailed Changes

  • Add properties to TokenIntrospectionResponse for all optional claims in RFC 7662 by @​0xced in #​55
  • Mark DateTimeExtensions methods as obsolete by @​0xced in #​56
  • Add constants for protocol parameters from RFC 9701 by @​bhazen in #​174
  • Adds support for requesting & receiving JWT-based token introspection requests by @​StuFrankish in #​179
  • Edit DiscoveryEndpoint xmldoc for clarity by @​josephdecock in #​181
  • Add PAR endpoint to mtls_endpoint_aliases by @​josephdecock in #​182
  • Add ClientAuthentication JWT claim type for private_key_jwt by @​josephdecock in #​186
  • Support token_endpoint_auth_signing_alg_values_supported by @​josephdecock in #​203

Contributors

Thanks to the Duende.IdentityModel community for your involvement with issues and pull requests!

  • @​0xced
  • @​bhazen
  • @​StuFrankish
  • @​josephdecock

7.1.0-preview.1

This is the first preview release of Duende.IdentityModel 7.1.0. Highlights include

  • Support for RFC 9701 (JWT Introspection Response)
  • Support for optional claims from RFC 7662 (Token Introspection)
  • Support for new token 'typ' from RFC 7523 bis (JWT Client Authentication)

Detailed Changes

  • Add properties to TokenIntrospectionResponse for all optional claims in RFC 7662 by @​0xced in #​55
  • Mark DateTimeExtensions methods as obsolete by @​0xced in #​56
  • Add constants for protocol parameters from RFC 9701 by @​bhazen in #​174
  • Adds support for requesting & receiving JWT-based token introspection requests by @​StuFrankish in #​179
  • Edit DiscoveryEndpoint xmldoc for clarity by @​josephdecock in #​181
  • Add PAR endpoint to mtls_endpoint_aliases by @​josephdecock in #​182
  • Add ClientAuthentication JWT claim type for private_key_jwt by @​josephdecock in #​186

Contributors

Thanks to the Duende.IdentityModel community for your involvement with issues and pull requests!

  • @​0xced
  • @​bhazen
  • @​StuFrankish
  • @​josephdecock

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 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)

…ent.Extensions

Bumps Duende.IdentityModel.OidcClient from 7.0.1 to 7.1.0
Bumps Duende.IdentityModel.OidcClient.Extensions from 7.0.1 to 7.1.0

---
updated-dependencies:
- dependency-name: Duende.IdentityModel.OidcClient
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Duende.IdentityModel.OidcClient.Extensions
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 4, 2026
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