spring.io introduced "Spring Authorization Server" project

"Spring Authorization Server" project is a community-driven project led by the Spring Security team and is focused on delivering Authorization Server support to the Spring community.

Spring decided to build a community and rewrite Spring Security OAuth to better align Spring’s OAuth story, simplify the code base, and make Spring’s OAuth support more nimble.



What is Spring Authorization Server?
Spring Authorization Server is a community-driven project led by the Spring Security team and is focused on delivering OAuth 2.0 Authorization Server support to the Spring community.

The project will start in Spring’s experimental projects as an independent project so that it can evolve more rapidly.

The ultimate goal of this project is to replace the Authorization Server support provided by Spring Security OAuth.


see more about project and quick start
https://github.com/spring-projects-experimental/spring-authorization-server

Comments