File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/depth/main/wishwesee/global/config/security Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,11 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
111111 )
112112 .addFilterBefore (customOncePerRequestFilter (), UsernamePasswordAuthenticationFilter .class )
113113 .oauth2Login (oauth2 -> oauth2
114- .loginProcessingUrl ("/oauth2/callback/**" )
115114 .authorizationEndpoint (authorization -> authorization
116115 .baseUri ("/oauth2/authorize" )
117116 .authorizationRequestRepository (customAuthorizationRequestRepository ))
118117 .redirectionEndpoint (redirection -> redirection
119- .baseUri ("/oauth2/callback/* *" ))
118+ .baseUri ("/login/ oauth2/code/ *" ))
120119 .userInfoEndpoint (userInfo -> userInfo
121120 .userService (customOAuth2UserService ))
122121 .successHandler (oAuth2AuthenticationSuccessHandler )
You can’t perform that action at this time.
0 commit comments