
spring security wiki OAuth 2.0 Features Matrix 페이지에서 는 메트릭스 정보를 확인할 수 있습니다. 다음 매트릭스는 Spring 포트폴리오 내의 다양한 프로젝트에서 구현된 모든 OAuth 2.0 클라이언트, 리소스 서버 및 권한 부여 서버 기능을 간략하게 설명합니다.
Spring Boot 2.0에서 Spring Security OAuth를 통합할 수 있는 방법이 있나요? Is there a way to integrate Spring Security OAuth in Spring Boot 2.0?
org.springframework.security.oauth.bootspring-security-oauth2-autoconfigurespring-security-oauth2-autoconfigure 은 현재 2.6.8 버전까지 출시되고 더이상 메이저 버전 출시는 없다.
spring-security-oauth2-autoconfigure:2.6.8
Spring Security OAuth2 Boot는 OAuth 2.0 인가 서버를 구축하는 것을 간소화합니다.
자체 인가 서버를 구축해야 하는 경우: