Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Releases: quickcase/spring-oidc

v3.1.0

14 Mar 09:15
5b5db95

Choose a tag to compare

Features

  • Combine prefixed scopes and roles as authorities by @vlaurin in #208

Full Changelog: v3.0.1...v3.1.0

3.0.1

21 Feb 17:40
ec137a0

Choose a tag to compare

Patch

  • Silence warning on missing organisation profiles by @vlaurin in #203

Dependencies

  • Bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.2 by @dependabot in #188

Internal

Full Changelog: v3.0.0...v3.0.1

3.0.0

15 Jan 11:55
b8271eb

Choose a tag to compare

Breaking

Changes

  • Add claim app.quickcase.claims/groups by @vlaurin in #191
  • Define precedence order for access levels and security classifications by @vlaurin in #194
  • Deprecate organisation profiles by @vlaurin in #195

Internal

  • Run OWASP Dependency Checks using official action by @vlaurin in #192
  • Bump actions/checkout from 4.2.0 to 4.2.2 by @dependabot in #183
  • Bump org.owasp.dependencycheck from 10.0.4 to 12.0.0 by @dependabot in #197

Full Changelog: v2.0.0...v3.0.0

2.0.0

27 Sep 16:14
68de642

Choose a tag to compare

Breaking

Dependencies

  • Bump com.fasterxml.jackson.core:jackson-databind from 2.14.1 to 2.18.0 by @dependabot in #165

Internal

Full Changelog: v1.3.0...v2.0.0

1.3.0

19 Jan 17:43
909841d

Choose a tag to compare

Features

Provider support

  • Validate support for Auth0
  • Add support for Azure AD

Dependencies

Full Changelog: v1.2.0...v1.3.0

1.2.0

26 Oct 16:03
3e57aa3

Choose a tag to compare

What's changed

Maintenance release, mainly a minor upgrade of Spring Boot.

Dependencies

  • Bump Spring Boot to 2.7.5 9062e5b
  • Bump jackson-databind to 2.13.4.2 1d67937
  • Bump snakeyaml to 1.33 2960f1a

Full Changelog: v1.1.1...v1.2.0

1.1.1

11 Feb 11:21
9583179

Choose a tag to compare

Fixes

Full Changelog: v1.1.0...v1.1.1

1.1.0

10 Feb 17:09
cbab738

Choose a tag to compare

Dependencies

  • Bump Spring Boot from 2.4.3 to 2.6.3 by @vlaurin in #66

Full Changelog: v1.0.1...v1.1.0

1.0.1

05 Mar 11:33
f913202

Choose a tag to compare

Fixes

  • #61 Fix organisation parsing from JSON strings

Dependency upgrades

  • Upgrade to Spring Boot 2.4.3

1.0.0

09 Feb 18:07

Choose a tag to compare

Consolidated, configuration-driven library compatible with Keycloak and AWS Cognito.

Breaking changes

  • #32 Ditch provider-specific implementations
  • #36 Drop use of jurisdictions claim
  • #38 Namespace private QuickCase claims
  • #35 Make jwk-set-uri a custom configuration property
  • #55 Review detection of user vs client authentication

Features

  • #37 Allow all claim names to be overridden via configuration
  • #39 Allow private claims to be prefixed via configuration

Dependency upgrades

  • #45 Upgrade to Spring Boot 2.4.2