스프링 시큐리티 OAuth 2.0 소개

Spring Security OAuth 2.0을 소개하겠습니다.

Spring Security는 OAuth 서버 및 클라이언트를 쉽게 생성할 수 있도록 라이브러리를 지원합니다.

이전 버전 https://github.com/spring-projects/spring-security-oauth 주소를 참조하십시오
클라이언트 지원, 리소스 서버, 권한 서버 등을 제공하며 프로젝트에서 관리됩니다.

하지만 새로운 프로젝트 https://github.com/spring-projects/spring-security 인증 서버를 제외하고 제공됩니다.

사용자 요청으로 인해 Spring Security https://github.com/spring-projects/spring-authorization-server 이 주소에 인증 서버를 제공합니다.

정리하다

– Spring Security 인증 프로젝트(지원 중단됨)
– 클라이언트 지원, 리소스 서버, 인증 서버
– 이전 버전은 모든 서버를 하나로 통합하여 지원했습니다.


https://github.com/spring-projects/spring-security-oauth

– 최신 버전 스프링 시큐리티 5
– 먼저 인가된 서버를 제외하고 출시되었습니다.


https://github.com/spring-projects/spring-security
– 차질로 인해 새로운 Authorization Server가 생성되어 해제되었습니다.


https://github.com/spring-projects/spring-authorization-server