스프링 시큐리티 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 … Read more