Skip to content

Releases: panva/node-oidc-provider

v9.8.4

29 May 05:57
Immutable release. Only release title and notes can be modified.
570bc8b

Choose a tag to compare

Refactor

  • detect non-node runtimes before checking for LTS (b3be0fd), closes #1424
  • isolate SSRF dispatcher protection (1f64996)

v9.8.3

27 Apr 15:20
Immutable release. Only release title and notes can be modified.
8415108

Choose a tag to compare

Fixes

  • await registration token policy (6269602)
  • pass ciba user code to verifier (a340869)
  • reject malformed dpop htu with a clearer message (1b6146c)
  • select signing keys for jwt access tokens (1d6df9c)
  • validate ciba notification tokens (2807a8f)

v9.8.2

17 Apr 11:16
Immutable release. Only release title and notes can be modified.
70882f3

Choose a tag to compare

Fixes

  • html-escape debug data sent to development-only interactions (924d25c), closes #1414

v9.8.1

15 Apr 17:04
Immutable release. Only release title and notes can be modified.
c2046a4

Choose a tag to compare

Refactor

  • relax native app custom URI scheme validation (75be6ce), closes #1411

v9.8.0

07 Apr 14:01
Immutable release. Only release title and notes can be modified.
e5d92f4

Choose a tag to compare

Features

  • promote rpMetadataChoices to stable (cc8cfcc)

Refactor

  • do not depend on undici being part of the bundle (2ffec73)

v9.7.1

18 Mar 11:58
Immutable release. Only release title and notes can be modified.
a7bc5c3

Choose a tag to compare

Refactor

  • CIMD: filter unrecognized array members before validating (969edba), closes #1398
  • fetch_body_check.js now returns early when limit is Infinite (a794f51)
  • fixup grant_types and response_types mismatch instead of rejecting (81538bf)
  • process client schema after custom metadata processing (35fb736)
  • pull csrf into a shared module (6239f17)

v9.7.0

06 Mar 22:44
Immutable release. Only release title and notes can be modified.
a355655

Choose a tag to compare

Features

  • add configuration for limiting external resource body limits (0c424cd)
  • experimental support for Client ID Metadata Document (CIMD) (d5323f4)
  • prevent fetching special-use IP address resources (1548834)

Documentation

  • align section titles and auto-generate toc (287bfa8)
  • description fixes and various editorial edits (a8f4f15)
  • fix attestClientAuth link (9c6f095)
  • solve generated nested lists (d1ebcd2)
  • update README.md prose for experimental features (b029f47)
  • update the generated content to reflect the jsdoc structure (aa9f83b)

Refactor

  • extract setWWWAuthenticateHeader to a shared module (bb66e62)

v9.6.1

19 Feb 08:01
Immutable release. Only release title and notes can be modified.
d329eba

Choose a tag to compare

Refactor

  • extract NON_REJECTABLE_CLAIMS into shared constant (2b7c025)
  • extract shared grant handler helpers to reduce duplication (f5eee9e)
  • extract shared token finder for introspection and revocation (666c2b0)

Fixes

  • required PAR should not affect CIBA and DAG (8167bd0)

v9.6.0

07 Dec 19:27
Immutable release. Only release title and notes can be modified.
5380f49

Choose a tag to compare

Features

Documentation

v9.5.2

24 Oct 08:28
890b722

Choose a tag to compare

Refactor