Skip to content

Commit 70c4345

Browse files
Fix WebFlux authentication reference link
Closes spring-projectsgh-16702 Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 805720c commit 70c4345

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
*** xref:servlet/appendix/faq.adoc[FAQ]
133133
* xref:reactive/index.adoc[Reactive Applications]
134134
** xref:reactive/getting-started.adoc[Getting Started]
135-
** Authentication
135+
** xref:reactive/authentication/index.adoc[Authentication]
136136
*** xref:reactive/authentication/x509.adoc[X.509 Authentication]
137137
*** xref:reactive/authentication/logout.adoc[Logout]
138138
*** Session Management

docs/modules/ROOT/pages/features/authentication/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Once authentication is performed we know the identity and can perform authorizat
88

99
Spring Security provides built-in support for authenticating users.
1010
This section is dedicated to generic authentication support that applies in both Servlet and WebFlux environments.
11-
Refer to the sections on authentication for xref:servlet/authentication/index.adoc#servlet-authentication[Servlet] and xref:servlet/authentication/index.adoc[WebFlux] for details on what is supported for each stack.
11+
Refer to the sections on authentication for xref:servlet/authentication/index.adoc[Servlet] and xref:reactive/authentication/index.adoc[WebFlux] for details on what is supported for each stack.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[[webflux-authentication]]
2+
= Authentication
3+
:page-section-summary-toc: 1

0 commit comments

Comments
 (0)