Add missing @Override
Closes gh-14043
This commit is contained in:
committed by
Stephane Nicoll
parent
eede660b84
commit
c9bdc98935
@@ -35,6 +35,7 @@ class OAuth2ResourceServerWebSecurityConfiguration {
|
||||
@ConditionalOnBean(JwtDecoder.class)
|
||||
static class OAuth2WebSecurityConfigurerAdapter extends WebSecurityConfigurerAdapter {
|
||||
|
||||
@Override
|
||||
protected void configure(HttpSecurity http) throws Exception {
|
||||
http.authorizeRequests().anyRequest().authenticated().and().oauth2()
|
||||
.resourceServer().jwt();
|
||||
|
||||
Reference in New Issue
Block a user