Move oauth2login samples under oauth2 directory

Fixes gh-5397
This commit is contained in:
Joe Grandja 2018-05-30 12:07:31 -04:00
parent f9f74b1bfc
commit de95583509
20 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@ If you are looking to get started with Spring Security, the best place to start
| Demonstrates how to create a custom login form. | Demonstrates how to create a custom login form.
| link:../../guides/html5/form-javaconfig.html[Custom Login Form Guide] | link:../../guides/html5/form-javaconfig.html[Custom Login Form Guide]
| {gh-samples-url}/boot/oauth2login[OAuth 2.0 Login] | {gh-samples-url}/boot/oauth2/oauth2login[OAuth 2.0 Login]
| Demonstrates how to integrate OAuth 2.0 Login with an OAuth 2.0 or OpenID Connect 1.0 Provider. | Demonstrates how to integrate OAuth 2.0 Login with an OAuth 2.0 or OpenID Connect 1.0 Provider.
| link:{gh-samples-url}/boot/oauth2login/README.adoc[OAuth 2.0 Login Guide] | link:{gh-samples-url}/boot/oauth2/oauth2login/README.adoc[OAuth 2.0 Login Guide]
|=== |===

View File

@ -466,7 +466,7 @@ NOTE: OAuth 2.0 Login is implemented by using the *Authorization Code Grant*, as
Spring Boot 2.0 brings full auto-configuration capabilities for OAuth 2.0 Login. Spring Boot 2.0 brings full auto-configuration capabilities for OAuth 2.0 Login.
This section shows how to configure the {gh-samples-url}/boot/oauth2login[*OAuth 2.0 Login sample*] using _Google_ as the _Authentication Provider_ and covers the following topics: This section shows how to configure the {gh-samples-url}/boot/oauth2/oauth2login[*OAuth 2.0 Login sample*] using _Google_ as the _Authentication Provider_ and covers the following topics:
* <<jc-oauth2login-sample-initial-setup,Initial setup>> * <<jc-oauth2login-sample-initial-setup,Initial setup>>
* <<jc-oauth2login-sample-redirect-uri,Setting the redirect URI>> * <<jc-oauth2login-sample-redirect-uri,Setting the redirect URI>>