Commit c9bdc989 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Add missing @Override

Closes gh-14043
parent eede660b
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment