Remove Spring Security OAuth Auto-Configuration
This commit removes auto-configuration support for Spring Security OAuth, paving the way for the introduction of auto-configuration for Spring Security 5's new OAuth-related features. Closes gh-10255
This commit is contained in:
@@ -146,15 +146,6 @@ The following sample applications are provided:
|
||||
| link:spring-boot-sample-secure[spring-boot-sample-secure]
|
||||
| Non-web application that uses Spring Security
|
||||
|
||||
| link:spring-boot-sample-secure-oauth2-actuator[spring-boot-sample-secure-oauth2-actuator]
|
||||
| RESTful service secured using OAuth2 and Actuator
|
||||
|
||||
| link:spring-boot-sample-secure-oauth2[spring-boot-sample-secure-oauth2]
|
||||
| RESTful service secured using OAuth2
|
||||
|
||||
| link:spring-boot-sample-secure-oauth2-resource[spring-boot-sample-secure-oauth2-resource]
|
||||
| OAuth2 resource server
|
||||
|
||||
| link:spring-boot-sample-servlet[spring-boot-sample-servlet]
|
||||
| Web application with a "raw" `Servlet` returning plain text content
|
||||
|
||||
@@ -215,9 +206,6 @@ The following sample applications are provided:
|
||||
| link:spring-boot-sample-web-secure-custom[spring-boot-sample-web-secure-custom]
|
||||
| Web application with custom Spring Security configuration
|
||||
|
||||
| link:spring-boot-sample-web-secure-github[spring-boot-sample-web-secure-github]
|
||||
| Web application with Spring Security configured to authenticate with GitHub using OAuth2
|
||||
|
||||
| link:spring-boot-sample-web-secure-jdbc[spring-boot-sample-web-secure-jdbc]
|
||||
| Web application with Spring Security configured to use JDBC authentication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user