You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue in Spring Security added oauth2client to the webflux configuration so that it is consistent with the servlet counterpart. Following #17949, Spring Boot explicitly configures a bean of type SecurityWebFilterChain, instead of relying on the one from Spring Security, so that ReactiveManagementWebSecurityAutoConfiguration can back off in the presence of OAuth2.
We need to update the SecurityWebFilterChain bean to include configuration for oauth2client().
The text was updated successfully, but these errors were encountered:
mbhave
changed the title
Reactive OAuth2 client configuration should be consistent with the servlet one
Configure oauth2client in Reactive OAuth2 client auto-configuration
Sep 27, 2019
This issue in Spring Security added
oauth2client
to the webflux configuration so that it is consistent with the servlet counterpart. Following #17949, Spring Boot explicitly configures a bean of typeSecurityWebFilterChain
, instead of relying on the one from Spring Security, so thatReactiveManagementWebSecurityAutoConfiguration
can back off in the presence of OAuth2.We need to update the
SecurityWebFilterChain
bean to include configuration foroauth2client()
.The text was updated successfully, but these errors were encountered: