Spring Authorization Server 1.3 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.3.
The 1.3 release contains a few noteworthy new features:
- RFC 8705 OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens (gh-101)
- RFC 8693 OAuth 2.0 Token Exchange (gh-1525)
- Multitenancy support (gh-1342) -- see the guide How-to: Implement Multitenancy
See the 1.3 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…