Skip to content

Commit 83f76fa

Browse files
Steve Riesenbergsjohnr
Steve Riesenberg
authored andcommitted
Separate OAuth 2.0 Client Reactive Docs
Related gh-10367
1 parent 0c12aeb commit 83f76fa

File tree

5 files changed

+567
-566
lines changed

5 files changed

+567
-566
lines changed

docs/modules/ROOT/nav.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@
124124
** Authorization
125125
*** xref:reactive/authorization/method.adoc[EnableReactiveMethodSecurity]
126126
** xref:reactive/oauth2/index.adoc[OAuth2]
127-
*** xref:reactive/oauth2/login.adoc[OAuth2 Log In]
127+
*** xref:reactive/oauth2/login/index.adoc[OAuth2 Log In]
128+
**** xref:reactive/oauth2/login/core.adoc[Core Configuration]
129+
**** xref:reactive/oauth2/login/advanced.adoc[Advanced Configuration]
128130
*** xref:reactive/oauth2/client/index.adoc[OAuth2 Client]
129131
**** xref:reactive/oauth2/client/core.adoc[Core Interfaces and Classes]
130132
**** xref:reactive/oauth2/client/authorization-grants.adoc[OAuth2 Authorization Grants]

docs/modules/ROOT/pages/reactive/oauth2/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
Spring Security provides OAuth2 and WebFlux integration for reactive applications.
55

6-
* xref:reactive/oauth2/login.adoc[OAuth2 Log In] - Authenticating with an OAuth2 or OpenID Connect 1.0 Provider
6+
* xref:reactive/oauth2/login/index.adoc[OAuth2 Log In] - Authenticating with an OAuth2 or OpenID Connect 1.0 Provider
77
* xref:reactive/oauth2/client/index.adoc[OAuth2 Client] - Making requests to an OAuth2 Resource Server
88
* xref:reactive/oauth2/resource-server/index.adoc[OAuth2 Resource Server] - Protecting a REST endpoint using OAuth2

0 commit comments

Comments
 (0)