Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreOn behalf of the team and everyone who has contributed, we are very excited to deliver the very first bits of Spring Authorization Server in the 0.0.1 release!
You can download it from repo.spring.io and Maven Central by using the module coordinates:
compile 'org.springframework.security.experimental:spring-security-oauth2-authorization-server:0.0.1'
For additional details on this new project, see the initial announcement and project page.
The main features delivered in this initial release are:
OAuth 2.0 Authorization Code Grant — RFC 6749
OAuth 2.0 Client Credentials Grant — RFC 6749
JSON Web Token (JWT) — RFC 7519
JSON Web Signature (JWS) — RFC 7515
JSON Web Key (JWK) — RFC 7517
Key Management for providing key(s) when signing a JWT (JWS)
See the release notes for complete details.
To get started using Spring Authorization Server, see the sample to become familiar with setup and configuration.
We would love to gather your feedback as we strive to improve and build upon this initial release.