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
Because it unconditionally sets the filter order on all beans of type ResourceServerConfiguration the ResourceServerFilterChainOrderProcessor causes an app with more than one such bean to fail on startup (filter order has to be unique). I guess we need to work out a way to back off if there are multiple beans.