2018-09-18 18:18:32 -04:00
|
|
|
[[webflux-oauth2]]
|
2018-09-18 10:27:13 -04:00
|
|
|
= OAuth2 WebFlux
|
|
|
|
|
|
|
|
Spring Security provides OAuth2 and WebFlux integration for reactive applications.
|
|
|
|
|
2021-07-30 13:15:27 -04:00
|
|
|
* xref:reactive/oauth2/login.adoc[OAuth 2.0 Login] - Authenticating with OAuth 2.0
|
2021-10-04 12:27:24 -04:00
|
|
|
* xref:reactive/oauth2/oauth2-client.adoc[OAuth2 Client] - Making requests to an OAuth2 Resource Server as an OAuth2 Client
|
2021-07-30 13:15:27 -04:00
|
|
|
* xref:reactive/oauth2/resource-server.adoc[OAuth 2.0 Resource Server] - protecting a REST endpoint using OAuth 2.0
|