Skip to content

Commit

Permalink
Merge branch '6.1.x'
Browse files Browse the repository at this point in the history
Closes gh-14108
  • Loading branch information
marcusdacoregio committed Nov 7, 2023
2 parents b6de302 + 8fc0625 commit 672d86c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/features/authentication/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
See 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.
4 changes: 3 additions & 1 deletion docs/modules/ROOT/pages/features/authorization/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 1 addition & 2 deletions docs/modules/ROOT/pages/features/integrations/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 672d86c

Please sign in to comment.