From eff9814d7b1a2c3ca6556237decac27b6392504a Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Tue, 7 Nov 2023 13:10:36 -0300 Subject: [PATCH] Add links to WebFlux section where referenced Closes gh-14100 --- docs/modules/ROOT/pages/features/authentication/index.adoc | 2 +- docs/modules/ROOT/pages/features/authorization/index.adoc | 4 +++- docs/modules/ROOT/pages/features/integrations/index.adoc | 3 +-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/pages/features/authentication/index.adoc b/docs/modules/ROOT/pages/features/authentication/index.adoc index fb4cc5cab92..50b25701a5a 100644 --- a/docs/modules/ROOT/pages/features/authentication/index.adoc +++ b/docs/modules/ROOT/pages/features/authentication/index.adoc @@ -8,4 +8,4 @@ Once authentication is performed we know the identity and can perform authorizat Spring Security provides built in support for authenticating users. This section is dedicated to generic authentication support that applies in both Servlet and WebFlux environments. -Refer to the sections on authentication for xref:servlet/authentication/index.adoc#servlet-authentication[Servlet] and WebFlux for details on what is supported for each stack. +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. diff --git a/docs/modules/ROOT/pages/features/authorization/index.adoc b/docs/modules/ROOT/pages/features/authorization/index.adoc index d3c1d39328f..936aa2c8d90 100644 --- a/docs/modules/ROOT/pages/features/authorization/index.adoc +++ b/docs/modules/ROOT/pages/features/authorization/index.adoc @@ -8,7 +8,9 @@ Spring Security provides https://en.wikipedia.org/wiki/Defense_in_depth_(computi [[authorization-request]] == Request Based Authorization -Spring Security provides authorization based upon the request for both xref:servlet/authorization/index.adoc[Servlet] and WebFlux environments. +Spring Security provides authorization based upon the request for both xref:servlet/authorization/authorize-http-requests.adoc[Servlet] and xref:reactive/authorization/authorize-http-requests.adoc[WebFlux] environments. [[authorization-method]] == Method Based Authorization + +Spring Security provides authorization based on the method invocation for both xref:servlet/authorization/method-security.adoc[Servlet] and xref:reactive/authorization/method.adoc[WebFlux] environments. diff --git a/docs/modules/ROOT/pages/features/integrations/index.adoc b/docs/modules/ROOT/pages/features/integrations/index.adoc index 2ba79ad71ad..d64768f3c05 100644 --- a/docs/modules/ROOT/pages/features/integrations/index.adoc +++ b/docs/modules/ROOT/pages/features/integrations/index.adoc @@ -4,5 +4,4 @@ Spring Security provides integrations with numerous frameworks and APIs. In this section, we discuss generic integrations that are not specific to Servlet or Reactive environments. -To see specific integrations, refer to the xref:servlet/integrations/index.adoc[Servlet] and xref:servlet/integrations/index.adoc[Reactive] Integrations sections. -// FIXME add link to reactive integrations +To see specific integrations, refer to the xref:servlet/integrations/index.adoc[Servlet] and xref:reactive/integrations/cors.adoc[Reactive] Integrations sections.