OAuth2LoginAuthenticationFilter processes uri /login/oauth2/code/*

Issue gh-4687
This commit is contained in:
Joe Grandja
2017-10-26 12:09:47 -04:00
parent 54547f35b7
commit 942b647c0d
6 changed files with 15 additions and 15 deletions

View File

@@ -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";
private static final String AUTHORIZE_BASE_URL = "http://localhost:8080/login/oauth2/code";
@Autowired
private WebClient webClient;