authorizeExchange
should pick up ReactiveAuthorizationManager
bean
#11068
Labels
in: web
An issue in web modules (web, webmvc)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Uh oh!
There was an error while loading. Please reload this page.
It would be nice to pick up a
ReactiveAuthorizationManager
@Bean
and apply it by default toauthorizeExchange
.This would simplify constructs like:
to become:
Then, applications can specify the authorization subsystem simply by publishing a bean.
The text was updated successfully, but these errors were encountered: