Skip to content

Releases: JulianCissen/oidc-mock

v1.4.2

01 Jun 15:57
a4a91f7

Choose a tag to compare

1.4.2 (2025-06-01)

Bug Fixes

  • fixed a bug causing an id token subject mismatch on logout with id token hint (367a2a3)

v1.4.1

08 May 19:33
8c4556f

Choose a tag to compare

1.4.1 (2025-05-08)

Bug Fixes

  • fixed an issue where not all claims were returned with idtoken by support conformIdTokenClaims setting. (71de6b4)

v1.4.0

07 May 21:39
ffa13db

Choose a tag to compare

1.4.0 (2025-05-07)

Features

  • add claims configuration to provider setup (a6f1479)

v1.3.0

07 May 21:17
8b3c103

Choose a tag to compare

1.3.0 (2025-05-07)

Features

  • added support for more claims than just sub (a5dec4e)
  • expand token_endpoint_auth_method options in schema (b639e44)

Reverts

  • CORS changes (10ecb28)
  • removed CSP change, it broke the tests. (d1bc306)

v1.2.0

07 May 19:47
541bee1

Choose a tag to compare

1.2.0 (2025-05-07)

Features

  • added most basic CSP header, adjusted silent renew iframe to be compatible (d54cca8)
  • implement CORS support in provider configuration and validate client metadata (159bb4c)

Continuous Integration

  • reset versioning for release please (dbe3c5e)

v1.1.0

30 Mar 15:51
581a77d

Choose a tag to compare

1.1.0 (2025-03-30)

Features

  • add silent login to internal client (#42) (2cad8a6)
  • added support for token ttl configuration and enhanced display of unix timestamps (9a20b2f)
  • enable HTTPS support and update configurations for secure connections (#41) (3d1e6ec)
  • initialize OIDC provider asynchronously and generate JWKS (a203122)

Bug Fixes

  • ensure postMessage is sent after window load in silent-renew.html (055f935)
  • fixed an issue where line breaks were applied to the timestamp tooltip, making it hard to read (5d9978f)
  • fixed HMR being broken in dev because the client tried using wss (3163939)
  • improve error handling in OIDC controller and index files (502c72d)

v1.0.0

24 Mar 08:44
8aca39b

Choose a tag to compare

1.0.0 (2025-03-24)

Bug Fixes

  • fixed an issue where the run_dev script wouldn't actually run the dev Docker image (e4ad94f)
  • fixed an issue with inappropriate typings from cookie-parser (0a9bf8d)
  • fixed an issue with inconsistent typings for oidc-provider (63e67d5)