76.26.0
What's Changed
Remarks
Deprecation notice: UAA can currently function as a SAML identity provider (IdP). This functionality will be removed in a future release. This will facilitate ongoing efforts to upgrade the Spring Boot library that UAA uses. However, UAA's ability to be a service provider (SP) that integrates with an external SAML-based IdP will still be supported.
Fixes
- return invalid_client in oauth2 error code by @strehle in #2596
- fix slack in readme by @strehle in #2609
- fix sonar finding by @strehle in #2592
New
- Add config to control whether to perform "OpenID Connect RP-Initiated Logout" when using an external OIDC provider by @peterhaochen47 in #2590
- Add label text to all form controls by @ystros in #2588
Misc
- Add SAML IdP deprecation notice by @swalchemist in #2607
- Update OIDC integration documentation by @strehle in #2585
- refactor two SAML tests to use page objects by @swalchemist in #2543
- Miscellaneous refactors by @peterhaochen47 in #2608
- refactor: move jakarta mail dependency to spring boot mail by @strehle in #2611
Dependency Bumps
- build(deps): bump versions.springBootVersion from 2.7.17 to 2.7.18 by @dependabot in #2614
- Bump mariadb from 2.7.10 to 2.7.11 by @strehle in #2594
- build(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0 in /k8s by @dependabot in #2595
- build(deps): bump k8s.io/client-go from 0.28.3 to 0.28.4 in /k8s by @dependabot in #2603
- build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.37 to 9.37.1 by @dependabot in #2593
- build(deps): bump org.postgresql:postgresql from 42.6.0 to 42.7.0 by @dependabot in #2612
- build(deps): bump versions.bouncyCastleVersion from 1.76 to 1.77 by @dependabot in #2600
- build(deps): bump versions.tomcatCargoVersion from 9.0.82 to 9.0.83 by @dependabot in #2601
- Bump jackson from 2.15.3 to 2.16.0 by @strehle in #2605
New Contributors
Full Changelog: v76.25.0...v76.26.0