Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

7.0.0-preview.1

Pre-release
Pre-release

Choose a tag to compare

@josephdecock josephdecock released this 10 Feb 02:21
· 42 commits to main since this release
d39cf0c

This is a preview of a major release of IdentityModel, bringing support for RFC 9126 - Pushed Authorization Requests (PAR), bug fixes and updates.

What's Changed

Breaking changes

  • Dynamic client registration extension data is now modeled as a Dictionary<string, JsonElement>. This makes the dcr extension data serializable with source generated JSON serialization
  • Parameters.AddRequired is now more forgiving of some edge cases. In particular, a call to AddRequired with an existing key but a missing value does not fail, nor will a call with an existing key and value. The intention is to make AddRequired simpler to use when merging values from a request object model into the parameters dictionary.

New Feature

Fixes and Improvements

Dependency Updates

New Contributors

Full Changelog: 6.2.0...7.0.0-preview.1