Skip to content

Commit 6d2d3b9

Browse files
committed
Separate Resource Server Reactive Docs
Issue gh-10367
1 parent f02a7d2 commit 6d2d3b9

File tree

8 files changed

+1917
-1909
lines changed

8 files changed

+1917
-1909
lines changed

docs/modules/ROOT/nav.adoc

+5-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@
109109
** xref:reactive/oauth2/index.adoc[OAuth2]
110110
*** xref:reactive/oauth2/login.adoc[OAuth2 Log In]
111111
*** xref:reactive/oauth2/oauth2-client.adoc[OAuth2 Client]
112-
*** xref:reactive/oauth2/resource-server.adoc[OAuth2 Resource Server]
112+
*** xref:reactive/oauth2/resource-server/index.adoc[OAuth2 Resource Server]
113+
**** xref:reactive/oauth2/resource-server/jwt.adoc[JWT]
114+
**** xref:reactive/oauth2/resource-server/opaque-token.adoc[Opaque Token]
115+
**** xref:reactive/oauth2/resource-server/multitenancy.adoc[Multitenancy]
116+
**** xref:reactive/oauth2/resource-server/bearer-tokens.adoc[Bearer Tokens]
113117
** xref:reactive/exploits/index.adoc[Protection Against Exploits]
114118
*** xref:reactive/exploits/csrf.adoc[CSRF]
115119
*** xref:reactive/exploits/headers.adoc[Headers]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Spring Security provides OAuth2 and WebFlux integration for reactive application
55

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

0 commit comments

Comments
 (0)