Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreOn behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.1.2.
You can download it from Maven Central by using the module coordinates:
compile 'org.springframework.security.experimental:spring-security-oauth2-authorization-server:0.1.2'
For additional details on this new project, see the initial announcement and project page.
The main features delivered in this release are:
Ability to configure a custom Authorization Consent page (gh-283)
JDBC implementation of RegisteredClientRepository
(gh-265), OAuth2AuthorizationService
(gh-245) and OAuth2AuthorizationConsentService
(gh-313)
Ability to configure the Authorization Endpoint (gh-342)
Ability to configure the Token Endpoint (gh-319)
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 release.