Spring Authorization Server 1.4 goes GA
On behalf of the team and everyone who has contributed, it is my pleasure to announce the release of Spring Authorization Server 1.4.
The 1.4 release contains a few noteworthy new features:
- Simplified configuring authorization server using
HttpSecurity.with()
(gh-1725) - Support for OpenID Connect 1.0
prompt=none
parameter (gh-501) - Ability to customize validation of OpenID Connect 1.0 RP-Initiated Logout Requests (gh-1723)
- Ability to customize success handling of OpenID Connect 1.0 RP-Initiated Logout Requests (gh-1244)
- Added How-to guide demonstrating how to implement the core services with Redis …