|
|
@ -61,7 +61,7 @@ class OAuth2WebSecurityConfiguration {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
protected void configure(HttpSecurity http) throws Exception {
|
|
|
|
protected void configure(HttpSecurity http) throws Exception {
|
|
|
|
http.authorizeRequests().anyRequest().authenticated().and().oauth2Login()
|
|
|
|
http.authorizeRequests().anyRequest().authenticated().and().oauth2Login()
|
|
|
|
.and().oauth2Client().authorizationCodeGrant();
|
|
|
|
.and().oauth2Client();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|