index.adoc 443 B

12345678
  1. [[webflux-oauth2]]
  2. = OAuth2 WebFlux
  3. Spring Security provides OAuth2 and WebFlux integration for reactive applications.
  4. * xref:reactive/oauth2/login.adoc[OAuth 2.0 Login] - Authenticating with OAuth 2.0
  5. * xref:reactive/oauth2/access-token.adoc[OAuth2 Client] - Making requests to an OAuth2 Resource Server as an OAuth2 Client
  6. * xref:reactive/oauth2/resource-server.adoc[OAuth 2.0 Resource Server] - protecting a REST endpoint using OAuth 2.0