We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38afdde commit ae20007Copy full SHA for ae20007
spring-social/src/main/java/com/example/springsocial/config/SecurityConfig.java
@@ -38,7 +38,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
38
private CustomOAuth2UserService customOAuth2UserService;
39
40
@Autowired
41
- private OAuth2AuthenticationSuccessHandler oauth2AuthenticationSuccessHandler;
+ private OAuth2AuthenticationSuccessHandler oAuth2AuthenticationSuccessHandler;
42
43
44
private OAuth2AuthenticationFailureHandler oAuth2AuthenticationFailureHandler;
@@ -112,7 +112,7 @@ protected void configure(HttpSecurity http) throws Exception {
112
.userInfoEndpoint()
113
.userService(customOAuth2UserService)
114
.and()
115
- .successHandler(oauth2AuthenticationSuccessHandler)
+ .successHandler(oAuth2AuthenticationSuccessHandler)
116
.failureHandler(oAuth2AuthenticationFailureHandler);
117
118
// Add our custom Token based authentication filter
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments