Skip to content

Releases: IdentityModel/IdentityModel.OidcClient

6.0.0

09 Apr 20:26
0c6b817
Compare
Choose a tag to compare

IdentityModel.OidcClient v6.0.0 is a major release of OidcClient. Highlights of this release include:

  • Support for the DPoP spec (previously previewed as 5.3.0-preview.1, we are rolling this forward into our 6.0.0 release)
  • Support for the PAR spec
  • Support for trimming
  • Updates to dependencies
  • Bug fixes

What's Changed

New Contributors

Full Changelog: 5.2.1...6.0.0

6.0.0-preview.3

05 Apr 20:45
645f02b
Compare
Choose a tag to compare
6.0.0-preview.3 Pre-release
Pre-release

This is a preview of the 6.0 major release, which adds

  • Support for the DPoP spec (previously previewed as 5.3.0-preview.1, we are rolling this forward into our 6.0.0 release)
  • Support for the PAR spec
  • Support for trimming
  • Updates to dependencies
  • Bug fixes

What's Changed

New Contributors

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

5.3.0-preview.1

10 Oct 09:32
Compare
Choose a tag to compare
5.3.0-preview.1 Pre-release
Pre-release

Adds DPoP support

5.1.0

19 Oct 17:34
2afc354
Compare
Choose a tag to compare

What's Changed

  • Added Identity Token to TokenRefreshEventArgs by @fmgracias in #367
  • (Fix warning) Added missing annotation for new param in TokenRefreshedEventArgs by @fmgracias in #370

New Contributors

Full Changelog: 5.0.2...5.1.0

5.0.0

19 Oct 17:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...5.0.0

4.0.0

19 Oct 17:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.2...4.0.0

3.1.0

05 Nov 19:15
Compare
Choose a tag to compare

added an additional target for .NET 4.7.2

3.0

20 Oct 11:09
Compare
Choose a tag to compare
3.0
  • Update to IdentityModel v4
  • Use .NET 3 SDK for building
  • Add netcoreapp3.0 as a test target
  • Default to Code Flow + PKCE (and not hybrid anymore)
  • Rework refresh token handler
  • Add strong name
  • Add cancellation support
  • Add logout
  • Add support for ES* keys

https://www.nuget.org/packages/IdentityModel.OidcClient/3.0.0

2.8.1

12 Jul 11:53
Compare
Choose a tag to compare
  • more virtual fields for easier mocking
  • remove requirement for use=sig in disco doc
  • add SourceLink support

2.8.0

02 Jul 07:02
Compare
Choose a tag to compare