Skip to content

Releases: zitadel/oidc

v3.47.5

20 Apr 06:16
fb9fbfe

Choose a tag to compare

3.47.5 (2026-04-20)

Bug Fixes

v3.47.4

17 Apr 06:28
178e018

Choose a tag to compare

3.47.4 (2026-04-17)

Bug Fixes

v3.47.3

15 Apr 12:16
49664bf

Choose a tag to compare

3.47.3 (2026-04-15)

Bug Fixes

  • propagate signature verification errors correctly (#872) (49664bf)

v3.47.2

10 Apr 07:55
5f70eff

Choose a tag to compare

3.47.2 (2026-04-10)

Bug Fixes

  • tolerate string amr claims from external providers (#855) (5f70eff)

v3.47.1

09 Apr 07:36
d118dd7

Choose a tag to compare

3.47.1 (2026-04-09)

Bug Fixes

  • oidc server error to http status mapping (#865) (d118dd7)

v3.47.0

08 Apr 12:14
b4cf422

Choose a tag to compare

This release adds signing of opaque tokens. By secure default, all existing opaque access tokens emitted by OP implementations, will be invalid. Users will need to re-login. If you want a more gradual upgrade use the op.WithCrypto() option to pass a op.NewCompositeCrypto(). Use aop.NewAESCrypto() in the Decrypter slice with the existing master key.

This change does not affect client / RP / RS libraries.

What's Changed

Full Changelog: v3.46.0...v3.47.0

v3.46.0

02 Apr 07:22
4fae59b

Choose a tag to compare

3.46.0 (2026-04-02)

Features

  • Allow for reuse of cookie creation + decouple creation from http writer (#848) (4fae59b), closes #847

v3.45.6

31 Mar 16:48
cab66d5

Choose a tag to compare

3.45.6 (2026-03-31)

Bug Fixes

  • fixed a bunch of typos in both docs, tests and code (#861) (cab66d5)

v3.45.5

02 Mar 19:15
811e8b2

Choose a tag to compare

3.45.5 (2026-03-02)

Bug Fixes

  • add auth_methods client_secret_basic for refresh token and revok… (#803) (811e8b2)

v3.45.4

09 Feb 10:47
c238329

Choose a tag to compare

3.45.4 (2026-02-09)

Bug Fixes

  • grant type in device code validation error message (#845) (c238329)