2018-09-19 06:18:32 +08:00
|
|
|
[[webflux-oauth2]]
|
2018-09-18 22:27:13 +08:00
|
|
|
= OAuth2 WebFlux
|
|
|
|
|
|
|
|
Spring Security provides OAuth2 and WebFlux integration for reactive applications.
|
|
|
|
|
2021-07-31 01:15:27 +08:00
|
|
|
* 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
|