Spring Authorization Server 0.1.1 available now
On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.1.1.
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.1.1'
For additional details on this new project, see the initial announcement and project page.
The main features delivered in this release are:
-
OpenID Connect Dynamic Client Registration 1.0 — Client Registration Endpoint
- …