I have the following spring security java config rule (with version 3.2.4) which works:
http.antMatcher(\"/lti1p/**\") .addFilterBefore(ltioAuthProviderP
Try:
.antMatchers("/lti1p/**").hasRole("LTI") .antMatchers("/lti2p/**").hasRole("LTI")