Remove explicit call to authorizationCodeGrant
See gh-13812
This commit is contained in:
@@ -61,7 +61,7 @@ class OAuth2WebSecurityConfiguration {
|
||||
@Override
|
||||
protected void configure(HttpSecurity http) throws Exception {
|
||||
http.authorizeRequests().anyRequest().authenticated().and().oauth2Login()
|
||||
.and().oauth2Client().authorizationCodeGrant();
|
||||
.and().oauth2Client();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user