ch4mpy / spring-addons

Ease spring OAuth2 resource-servers configuration and testing
Apache License 2.0
530 stars 87 forks source link

Order addons `SecurityFilterChain` #93

Closed ch4mpy closed 1 year ago

ch4mpy commented 1 year ago

Is your feature request related to a problem? Please describe. There is no order on spring-addons SecurityFilterChain for resource-servers defined in starters, which makes the definition of other SecurityFilterChain in the same project kind of random.

Describe the solution you'd like There is no order on spring-addons SecurityFilterChain should behave as default:

Describe alternatives you've considered define SecurityFilterChain beans with ordering relative to highest precedence