Skip to content

Commit 75b537f

Browse files
ngocnhan-tran1996sjohnr
authored andcommitted
Fix WebFlux authentication reference link
Closes gh-16702 Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent d1b7f8a commit 75b537f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/modules/ROOT/nav.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
*** xref:servlet/appendix/faq.adoc[FAQ]
129129
* xref:reactive/index.adoc[Reactive Applications]
130130
** xref:reactive/getting-started.adoc[Getting Started]
131-
** Authentication
131+
** xref:reactive/authentication/index.adoc[Authentication]
132132
*** xref:reactive/authentication/x509.adoc[X.509 Authentication]
133133
*** xref:reactive/authentication/logout.adoc[Logout]
134134
*** Session Management

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

+1-1
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.
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)