From f5274926cfd24b4e924bf42d08674478af2acd6d Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 30 Jul 2021 12:15:27 -0500 Subject: [PATCH] Fix up reactive/oauth2/index.adoc links --- docs/modules/ROOT/pages/reactive/oauth2/index.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/reactive/oauth2/index.adoc b/docs/modules/ROOT/pages/reactive/oauth2/index.adoc index 560181008c..eb3f150f7f 100644 --- a/docs/modules/ROOT/pages/reactive/oauth2/index.adoc +++ b/docs/modules/ROOT/pages/reactive/oauth2/index.adoc @@ -3,6 +3,6 @@ Spring Security provides OAuth2 and WebFlux integration for reactive applications. -* xref:reactive/oauth2/login.adoc[OAuth 2.0 Login] -* xref:reactive/oauth2/access-token.adoc[OAuth2 Client] -* xref:reactive/oauth2/resource-server.adoc[OAuth 2.0 Resource Server] +* xref:reactive/oauth2/login.adoc[OAuth 2.0 Login] - Authenticating with OAuth 2.0 +* xref:reactive/oauth2/access-token.adoc[OAuth2 Client] - Making requests to an OAuth2 Resource Server as an OAuth2 Client +* xref:reactive/oauth2/resource-server.adoc[OAuth 2.0 Resource Server] - protecting a REST endpoint using OAuth 2.0