1
0
mirror of synced 2026-05-22 21:33:16 +00:00
Files
spring-security/docs/modules/ROOT/pages/reactive/oauth2/index.adoc
T
Josh Cummings 75abf0cf78 Fix Broken Link
Issue gh-10367
2021-11-05 12:52:41 -06:00

9 lines
452 B
Plaintext

[[webflux-oauth2]]
= OAuth2 WebFlux
Spring Security provides OAuth2 and WebFlux integration for reactive applications.
* xref:reactive/oauth2/login.adoc[OAuth2 Log In] - Authenticating with an OAuth2 or OpenID Connect 1.0 Provider
* xref:reactive/oauth2/client/index.adoc[OAuth2 Client] - Making requests to an OAuth2 Resource Server
* xref:reactive/oauth2/resource-server/index.adoc[OAuth2 Resource Server] - Protecting a REST endpoint using OAuth2