spring-guides / tut-spring-boot-oauth2

Spring Boot and OAuth2:: A tutorial on "social" login and single sign on with Facebook and Github

Home Page:https://spring.io/guides/tutorials/spring-boot-oauth2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate to spring-security-oauth2-client

thetric opened this issue · comments

The Spring Boot 2.0 migration guide hints that org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure will be superseeded by org.springframework.security:spring-security-oauth2-client.
Is there any documentation covering this topic? Should this repo be updated to reflect this change?

Functionality from the Spring Security OAuth project is being migrated to core Spring Security. Dependency management is no longer provided for that dependency and Spring Boot 2 provides OAuth 2.0 client support via Spring Security 5.
[...] We’re also continuing to support Spring Boot 1.5 so older applications can continue to use [Spring Security OAuth] until an upgrade path is provided.