Spring Authorization Server 1.3.0-M3 available now
On behalf of the team and everyone who has contributed, it is my pleasure to announce the release of Spring Authorization Server 1.3.0-M3! The milestone release of Spring Authorization Server contains a few noteworthy new features:
- Add PKI Mutual-TLS client authentication method (
tls_client_auth
) #1558 - Implement OAuth 2.0 Token Exchange #1525 (see related blog post)
See the 1.3.0-M3 release notes for complete details.
To get started using Spring Authorization Server, see the Getting Started chapter of the reference documentation and the samples to become familiar with setup and configuration…