소스 검색

Fix up reactive/oauth2/index.adoc links

Rob Winch 4 년 전
부모
커밋
f5274926cf
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      docs/modules/ROOT/pages/reactive/oauth2/index.adoc

+ 3 - 3
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