Skip to content

Commit b283406

Browse files
author
Steve Riesenberg
committed
Revamp OAuth 2.0 Client reactive documentation
Related gh-8174
1 parent a487ef2 commit b283406

File tree

6 files changed

+2081
-55
lines changed

6 files changed

+2081
-55
lines changed

docs/modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
*** xref:reactive/authorization/method.adoc[EnableReactiveMethodSecurity]
9191
** xref:reactive/oauth2/index.adoc[OAuth2]
9292
*** xref:reactive/oauth2/login.adoc[OAuth 2.0 Login]
93-
*** xref:reactive/oauth2/access-token.adoc[OAuth2 Client]
93+
*** xref:reactive/oauth2/oauth2-client.adoc[OAuth2 Client]
9494
*** xref:reactive/oauth2/resource-server.adoc[OAuth 2.0 Resource Server]
9595
*** xref:reactive/registered-oauth2-authorized-client.adoc[@RegisteredOAuth2AuthorizedClient]
9696
** xref:reactive/exploits/index.adoc[Protection Against Exploits]

docs/modules/ROOT/pages/reactive/oauth2/access-token.adoc

Lines changed: 0 additions & 52 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
Spring Security provides OAuth2 and WebFlux integration for reactive applications.
55

66
* xref:reactive/oauth2/login.adoc[OAuth 2.0 Login] - Authenticating with OAuth 2.0
7-
* xref:reactive/oauth2/access-token.adoc[OAuth2 Client] - Making requests to an OAuth2 Resource Server as an OAuth2 Client
7+
* xref:reactive/oauth2/oauth2-client.adoc[OAuth2 Client] - Making requests to an OAuth2 Resource Server as an OAuth2 Client
88
* xref:reactive/oauth2/resource-server.adoc[OAuth 2.0 Resource Server] - protecting a REST endpoint using OAuth 2.0

0 commit comments

Comments
 (0)