On behalf of the community, I’m pleased to announce the release of Spring Security 5.5.0-M1! You can find the complete details in the release notes and the highlights below:
OAuth 2.0
gh-5502 - OAuth2Token interface for AbstractOAuth2Token
gh-9070 - Use LobHandler in JdbcOAuth2AuthorizedClientService
gh-8765 - Provide a R2dbc implementation of ReactiveOuath2AuthorizedClientService
gh-7160 - JwtDecoders and ReactiveJwtDecoders should determine algorithm from JWK Set Endpoint
SAML
gh-9177 - SAML 2.0 Asserting Party Metadata resolution should read SigningMethod elements
gh-9131 - OpenSamlAuthenticationProvider should decrypt attributes
gh-9028 - File-based Configuration for Asserting Party Metadata
Testing
gh-9179 - WithSecurityContextTestExecutionListener Should Support Nested Classes
Docs
gh-9178 - Add WebFlux Documentation for Multiple Filter Chains