mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
Move oauth2 samples under boot directory
Issue gh-5397
This commit is contained in:
parent
7ba48e22ec
commit
81e19ad85e
@ -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.
|
||||
| link:../../guides/html5/form-javaconfig.html[Custom Login Form Guide]
|
||||
|
||||
| {gh-samples-url}/boot/oauth2/oauth2login[OAuth 2.0 Login]
|
||||
| {gh-samples-url}/boot/oauth2login[OAuth 2.0 Login]
|
||||
| Demonstrates how to integrate OAuth 2.0 Login with an OAuth 2.0 or OpenID Connect 1.0 Provider.
|
||||
| link:{gh-samples-url}/boot/oauth2/oauth2login/README.adoc[OAuth 2.0 Login Guide]
|
||||
| link:{gh-samples-url}/boot/oauth2login/README.adoc[OAuth 2.0 Login Guide]
|
||||
|
||||
|===
|
||||
|
@ -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.
|
||||
|
||||
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:
|
||||
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:
|
||||
|
||||
* <<jc-oauth2login-sample-initial-setup,Initial setup>>
|
||||
* <<jc-oauth2login-sample-redirect-uri,Setting the redirect URI>>
|
||||
|
Loading…
x
Reference in New Issue
Block a user