1
0
mirror of synced 2026-08-04 17:27:13 +00:00

OAuth2LoginAuthenticationFilter processes uri /login/oauth2/*

Fixes gh-4687
This commit is contained in:
Joe Grandja
2017-10-24 13:49:31 -04:00
parent 4ae24f2fbe
commit 0fb32a052e
6 changed files with 20 additions and 19 deletions
@@ -81,7 +81,7 @@ import static org.mockito.Mockito.when;
@AutoConfigureMockMvc
public class OAuth2LoginApplicationTests {
private static final String AUTHORIZATION_BASE_URI = "/oauth2/authorization";
private static final String AUTHORIZE_BASE_URL = "http://localhost:8080/login/oauth2/authorize/code";
private static final String AUTHORIZE_BASE_URL = "http://localhost:8080/login/oauth2";
@Autowired
private WebClient webClient;