Skip to content

Releases: panva/node-oidc-provider

v4.8.3

20 Sep 11:14
Compare
Choose a tag to compare

Bug Fixes

  • reference correct param names in features.webMessageResponseMode (e495c6b)

v4.8.2

16 Sep 14:18
Compare
Choose a tag to compare

Bug Fixes

  • do not overwrite custom response mode implementations with defaults (7f7ea79), closes #365
  • remove unnecessary catchall in fallback session save (3bfb8f0), closes #363

v4.8.1

06 Sep 05:52
Compare
Choose a tag to compare

Bug Fixes

  • claim definition also detects dynamic scopes (d8c8170)
  • custom registered grants do not get overriden by defaults (d4185f9), closes #349

v4.8.0

29 Aug 21:18
Compare
Choose a tag to compare

Features

  • add dynamic scope value support (caa8f0e)

v4.7.1

27 Aug 06:52
Compare
Choose a tag to compare

Bug Fixes

  • check_session regression fix (32975d9)

v4.7.0

26 Aug 15:42
Compare
Choose a tag to compare

Bug Fixes

  • conform claims param parsing (c553a92)
  • set session params as undefined instead of delete (a872091)

Features

  • accepted scope and rejected claim tracking (b4c2655)
  • session_state changes (f64d040)

v4.6.0

13 Aug 19:35
Compare
Choose a tag to compare

Features

  • add client meta to setProviderSession (1174c76), closes #352
  • check session client Origin check (6c27f10)
  • option to set interactionResult without redirecting to resume right away (6aeedf2), closes #350
  • session management client helper is now inline with other helpers (96802df)
  • update JWT Response for OAuth Token Introspection draft (039ab90)

v4.5.0

03 Aug 15:05
Compare
Choose a tag to compare

Bug Fixes

  • message displayed on blank /device (86541df)

Features

  • update device flow to draft-12 (e00fa52)

v4.4.0

22 Jul 20:44
Compare
Choose a tag to compare

Features

  • JWT Response for OAuth Token Introspection (72142fd)

v4.3.2

21 Jul 10:36
Compare
Choose a tag to compare

Bug Fixes

  • add a clear error description when sector uri isn't a valid json (05c14d1)
  • allow clients that do not use authorization to utilize pairwise (c24ea70)